代码搜索:实例教学

找到约 10,000 项符合「实例教学」的源代码

代码结果 10,000
www.eeworm.com/read/426350/10257551

m 实例18.m

function shili18 h0=figure('toolbar','none',... 'position',[200 150 450 250],... 'name','实例18'); subplot(2,2,1) x=-3:0.2:3; y=exp(-x.*x); bar(x,y) title('2-D Bar Chart') subplot(2,2
www.eeworm.com/read/426350/10257553

m 实例01.m

function shili01 h0=figure('toolbar','none',... 'position',[198 56 350 300],... 'name','实例01'); h1=axes('parent',h0,... 'visible','off'); x=-pi:0.05:pi; y=sin(x); plot(x,y); xlabel
www.eeworm.com/read/426350/10257554

m 实例17.m

function shili17 h0=figure('toolbar','none',... 'position',[200 150 450 250],... 'name','实例17'); t=(1:2:15)*pi/8; x=sin(t); y=cos(t); fill(x,y,'r') axis square off text(0,0,'STOP',...
www.eeworm.com/read/426350/10257556

m 实例38.m

h0=figure('toolbar','none',... 'position',[200 150 450 250],... 'name','实例38'); [x,y]=meshgrid(-8:0.5:8); r=sqrt(x.^2+y.^2)+eps; z=sin(r)./r; h0=mesh(x,y,z); hlist=uicontrol(gcf,'style'
www.eeworm.com/read/426350/10257558

m 实例14.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/426350/10257560

m 实例23.m

function shili23 h0=figure('toolbar','none',... 'position',[200 150 450 350],... 'name','实例23'); x=-5:0.5:5; [x,y]=meshgrid(x); r=sqrt(x.^2+y.^2)+eps; z=sin(r)./r; subplot(2,2,1) surf
www.eeworm.com/read/426350/10257561

m 实例67.m

h0=figure('toolbar','none',... 'position',[198 56 350 468],... 'name','实例67'); h1=axes('parent',h0,... 'position',[0.2 0.45 0.6 0.5],... 'visible','off'); I=imread('tire.tif');
www.eeworm.com/read/426350/10257563

m 实例61.m

h0=figure('toolbar','none',... 'position',[198 56 450 468],... 'name','实例61'); h1=axes('parent',h0,... 'position',[0.3 0.45 0.5 0.5],... 'visible','off'); [x,y,z,v]=flow; xmin=m
www.eeworm.com/read/426350/10257565

m 实例02.m

function shili02 h0=figure('toolbar','none',... 'position',[200 150 450 350],... 'name','实例02'); x=-pi:0.05:pi; y=sin(x)+cos(x); plot(x,y,'-*r','linewidth',1); grid on xlabel('自变量X');
www.eeworm.com/read/426350/10257566

m 实例48.m

h0=figure('toolbar','none',... 'position',[198 56 408 468],... 'name','实例48'); h1=axes('parent',h0,... 'position',[0.15 0.45 0.7 0.5],... 'visible','on'); x=0:0.1:2*pi; k=plot(x