代码搜索:Plot

找到约 10,000 项符合「Plot」的源代码

代码结果 10,000
www.eeworm.com/read/245364/12802438

m plot.m

close all; figure(1); plot(t,y(:,1),'r',t,y(:,2),'b'); xlabel('time(s)');ylabel('Position tracking'); figure(2); plot(t,u(:,1),'r'); xlabel('time(s)');ylabel('Control input');
www.eeworm.com/read/244945/12829316

m plot.m

%二维图(一元函数图) %用法 plot(x,y,s) 其中x,y为向量,每一对分量代表一个数据点。 % s为表示颜色、连线和标记选择的字符串 %图形的线型,标记,颜色均可设定,常用有 % 颜色 | 线型 标记 % --------------------- -
www.eeworm.com/read/243539/12935174

m plot.m

%PLOT Graphical robot animation % % PLOT(ROBOT, Q) % PLOT(ROBOT, Q, options) % % Displays a graphical animation of a robot based on the % kinematic model. A stick figure polyline joins the origins of
www.eeworm.com/read/243539/12935313

m plot.m

%PLOT Plot a quaternion object % % PLOT(Q) % % Display the quaternion as a rotated coordinate frame. % % SEE ALSO: QUATERNION % $Log: plot.m,v $ % Revision 1.3 2002/04/14 11:02:54 pic % Changed se
www.eeworm.com/read/329331/12960202

m plot.m

%二维图(一元函数图) %用法 plot(x,y,s) 其中x,y为向量,每一对分量代表一个数据点。 % s为表示颜色、连线和标记选择的字符串 %图形的线型,标记,颜色均可设定,常用有 % 颜色 | 线型 标记 % --------------------- -
www.eeworm.com/read/142092/12963470

m plot.m

function h=plot(c,samescale,i,j); % COMPONENTS/PLOT plots components in a Components structure % Usage: (brackets indicate optional parameters) % h=plot(c,[samescale],[i],[j]); % % Input: % c
www.eeworm.com/read/142039/12968374

m plot.m

function plot(chr,varargin) % PLOT - plots the generations. % plot(chr,arch) plots the best member in each generation as well as % the average value of the population. The argument chr shoul
www.eeworm.com/read/243006/12969225

c plot.c

www.eeworm.com/read/243006/12969298

h plot.h

www.eeworm.com/read/243006/12969387

doc plot.doc