代码搜索:plot
找到约 10,000 项符合「plot」的源代码
代码结果 10,000
www.eeworm.com/read/111695/6153414
java chartfactory.java
/* ======================================
* JFreeChart : a free Java chart library
* ======================================
*
* Project Info: http://www.jfree.org/jfreechart/index.html
* Pr
www.eeworm.com/read/456224/6278764
backup symbolic1.txt.backup
x = sym('x') % defining x as a symbolic object
x =
x
syms y f g1 g2 g % definition of multiple objects
whos % types of variables in the workspace
Name Size Bytes Clas
www.eeworm.com/read/456224/6278787
m fig4_4.m
% Illustration of the Taylor series for one variable
% Optimization Using MATLAB
% Dr. P.Venkataraman
%
% section 4.2.3
% The graphics are generated in the code
syms x
f= 12 + (x-1)*(x-1)*(x
www.eeworm.com/read/171080/6302775
m ls.m
function [x,y,zx,zy,XE,YE,XERB,YERB,XSTD,YSTD]=LS(T,M,d)
%输入参数:观测噪声方差d,采样间隔T,蒙特卡洛次数M
totalTime=800;
%真实航迹产生
[x,y]=realTrack(T,totalTime);
%随机初始化
randn('state',sum(100*clock));
D=d*d;
N=ceil(
www.eeworm.com/read/291067/6303079
m dbtex81.m
%DBTEX81 An example of creating an using a circular array antenna.
%
% * DBT, A Matlab Toolbox for Radar Signal Processing *
% (c) FOA 1994-2000. See the file dbtright.m for copyright notice.
%
www.eeworm.com/read/160556/6304392
m ex5_8.m
t=0:0.01:2*pi;
x=exp(i*t);
y=[x;2*x;3*x]';
plot(y)
grid on; %加网格线
box on; %加坐标边框
axis equal %坐标轴采用等刻度
www.eeworm.com/read/463288/6305944
m ch4_8.m
y = sin([1:50]/3)';
thm = segment([y,ones(length(y),1)],[0 1 1],0.1);
plot([thm,y])
www.eeworm.com/read/144056/6308783
m ex5_8.m
t=0:0.01:2*pi;
x=exp(i*t);
y=[x;2*x;3*x]';
plot(y)
grid on; %加网格线
box on; %加坐标边框
axis equal %坐标轴采用等刻度
www.eeworm.com/read/338062/6311128
m shili14.m
function shili14
h0=figure('toolbar','none',...
'position',[200 150 450 250],...
'name','实例14');
axis([0 10 0 10]);
hold on
x=[];
y=[];
n=0;
disp('单击鼠标左键点取需要的点');
disp('单击鼠标右键点取最后一个点
www.eeworm.com/read/338062/6311169
m shili33.m
h0=figure('toolbar','none',...
'position',[200 150 450 250],...
'name','实例33');
x=0:0.5:2*pi;
y=sin(x);
h=plot(x,y);
grid on
huidiao=[...
'if i==1,',...
'i=0;,',...
'y=co