代码搜索:plot
找到约 10,000 项符合「plot」的源代码
代码结果 10,000
www.eeworm.com/read/198564/7927249
m baker.m
x(1)=0.1,y(1)=0.0001;a=1/4;
for n=1:100
if(x(n)>=0)&(x(n)1/2)&(x(n)=0)&(y(n)
www.eeworm.com/read/198559/7927478
m elicross.m
function y=elicross(tour)
n=48;
load att482 att482; %data att48
t=att482;
tour=[ 1 , 8 , 9 , 38 , 31 , 44 , 7 , 18 , 36 , 6 , 37 , 19 , 27, 43 , 17,...
30 ,
www.eeworm.com/read/198548/7928358
m holder.m
function h=holder(tfr,f,n1,n2,t,pl)
%HOLDER Estimate the Holder exponent through an affine TFR.
% H=HOLDER(TFR,F,N1,N2,T) estimates the Holder exponent of a
% function through an affine time-frequenc
www.eeworm.com/read/198518/7932074
m yg1.m
clear all
load xx.m;
load z1.m;
plot(xx,z1)
pause
hold on
load z5.m;
plot(xx,z5)
pause
hold on
load z10.m;
plot(xx,z10)
pause
hold on
load z15.m;
plot(xx,z15)
xlabel('λ');
www.eeworm.com/read/198492/7933031
m li.m
for i=1:4
xc(i)=i;
end
for i=5:8
xc(i)=9-i;
end
for i=1:4
xd(i)=5-i;
end
for i=5:8
xd(i)=i-4;
end
n=0:7;
w=0:pi/511:pi;
Xc=xc*(exp(-j).^(n'*w));
Xd=xd*(exp(-j).^(n'
www.eeworm.com/read/433368/7937343
m e0602.m
x=1:pi/100:4;
y=2*exp(-0.5*x).*log(2*pi*x);%y的结果为数组乘运算
plot(x,y)
www.eeworm.com/read/433368/7937380
m e0622.m
x = [ 1 2 3 4 5 6];y = [ 2 6 8 7 8 5];stairs(x,y);
title('Example of a Stair Plot');xlabel('x');ylabel('y');axis([0 7 0 10]);
www.eeworm.com/read/433368/7937408
m e0612.m
x = 0:0.1:10;y = x.^2 - 10.*x + 26;
figure(1)
subplot(2,2,1) ; plot(x,y); %绘制直角坐标系图形
title ('Linear Plot');xlabel ('x');ylabel ('y');grid on;
subplot(2,2,2); semilogx(x,y); %绘制x轴用以10为底的对数刻度标定的半对数
www.eeworm.com/read/433368/7937594
m e0604.m
figure
x=0:pi/100:2*pi; y=2*sin(2*x)+3*sin(3*x)*i;
subplot(1,2,1),plot(x,y)%绘制复数矩阵的实部部分
title('This is figure of the real part .'); %给图形加上标题
xlabel('x'); %给x轴加标注
ylabel('real(y)'); %给y轴加标注
subpl
www.eeworm.com/read/433337/7941198
m vedicentro.m
% image acquisition
a=imread('101_1.tif');
% rotate image
a=imrotate(a,-20);
% write to a BitMap image the rotated mage
img=double(a);
% if image sizes are not 8*K where K is an integer
% image