代码搜索:plot
找到约 10,000 项符合「plot」的源代码
代码结果 10,000
www.eeworm.com/read/409205/11341326
m zzplane.m
function zzplane(z, p, zmax)
%ZZPLANE plot zeros (O) and poles (X) in z-plane
%-------
% Usage: zzplane( Zeros, Poles, RadiusMax )
%
% Zeros : vector of zeros
% Poles : vector
www.eeworm.com/read/409205/11341442
m zzplane.m
function zzplane(z, p, zmax)
%ZZPLANE plot zeros (O) and poles (X) in z-plane
%-------
% Usage: zzplane( Zeros, Poles, RadiusMax )
%
% Zeros : vector of zeros
% Poles : vector
www.eeworm.com/read/409205/11341530
m zplane.m
function zplane(z, p, zmax)
%ZPLANE plot zeros (O) and poles (X) in z-plane
%------
% Usage: zplane( Zeros, Poles, RadiusMax )
%
% Zeros : vector of zeros
% Poles : vector of p
www.eeworm.com/read/409150/11344420
m treematrix.m
clear;
n=30;
x=rand(n,2);
clf;
for i=1:n
for j=1:n
w(i,j)=(x(i,1)-x(j,1))^2+(x(i,2)-x(j,2))^2;
end
w(i,i)=100;
end
hold on;axis([0,1,0,1]);
for i=1:n
plot(x(i,1),
www.eeworm.com/read/409142/11344884
m axis542.m
function axis542
x = 0:.025:pi/2;
plot(x,tan(x),'-ro')
axis([0 pi/2 0 5])
www.eeworm.com/read/409142/11344937
m plotyy533.m
function plotyy533
x=0:0.01*pi:2*pi;
y=sin(x);
z=exp(x);
plotyy(x,y,x,z,'plot','semilogy')
www.eeworm.com/read/263712/11345782
m exa010201b.m
%---------------------------------------------------------------------------------------
% exa010201b.m, for example 1.2.3
% 说明信号的子带分解;
%----------------------------------------------------------
www.eeworm.com/read/263712/11345788
m exa010201a.m
%---------------------------------------------------------------------------------------
% exa010201a.m, for example 1.2.2
% 说明信号的子带分解;
%----------------------------------------------------------
www.eeworm.com/read/408966/11363573
m project512.m
%
% project512 width +/-10 degree, direction 90 degree
%
% Initialize ============================================================
clear
close all
clc
% basic inputs ===========================
www.eeworm.com/read/408966/11363584
m project514.m
%
% project514 width +/-10 degree, direction 0 degree
%
% Initialize ============================================================
clear
close all
clc
% basic inputs ============================