代码搜索:实例教学

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

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

m 实例28.m

function shili28 h0=figure('toolbar','none',... 'position',[200 150 450 350],... 'name','实例28'); subplot(2,1,1) alpha=90:-10:0; r=ones(size(alpha)); m=alpha*pi/180; n=r*10; [u,v]=pol2
www.eeworm.com/read/426350/10257428

m 实例65.m

h0=figure('toolbar','none',... 'position',[200 150 300 250],... 'name','实例65'); huidiao=[... 'k=0;,',... 'fyear=str2num(get(e1,''string''));,',... 'fmonth=str2num
www.eeworm.com/read/426350/10257430

m 实例32.m

h0=figure('toolbar','none',... 'position',[198 56 408 468],... 'name','实例32'); h1=axes('parent',h0,... 'position',[0.15 0.45 0.7 0.5],... 'visible','on'); t=0:pi/24:4*pi; y=sin(
www.eeworm.com/read/426350/10257432

m 实例19.m

function shili19 h0=figure('toolbar','none',... 'position',[200 150 450 400],... 'name','实例19'); subplot(2,1,1) x=linspace(0,2*pi); y1=sin(x); y2=cos(x); y3=sin(x)+cos(x); z1=zeros(si
www.eeworm.com/read/426350/10257434

m 实例52.m

h0=figure('toolbar','none',... 'position',[198 56 408 468],... 'name','实例52'); h1=axes('parent',h0,... 'position',[0.15 0.5 0.7 0.5],... 'visible','off'); [x,y]=meshgrid(-8:0.5:8
www.eeworm.com/read/426350/10257437

m 实例26.m

function shili26 h0=figure('toolbar','none',... 'position',[200 50 450 450],... 'name','实例26'); subplot(2,1,1) x=[5 2 1 8 7 3 9 8 6 5 5 5 4 3 2]; bar(x) xlabel('X轴')
www.eeworm.com/read/426350/10257438

m 实例16.m

function shili26 h0=figure('toolbar','none',... 'position',[200 150 450 250],... 'name','实例16'); A=[-8/3 0 0;0 -10 10;0 28 -1]; y=[35 -10 -7]'; h=0.01; P=plot3(y(1),y(2),y(3),'.',...
www.eeworm.com/read/426350/10257440

m 实例34.m

h0=figure('toolbar','none',... 'position',[200 150 450 250],... 'name','实例34'); x=0:0.5:2*pi; y=sin(x); plot(x,y) huidiao1=[... 'set(h_toggle2,''value'',0),',... 'grid
www.eeworm.com/read/426350/10257443

m 实例45.m

h1=uicontrol(gcf,'style','radio',... 'string','加',... 'value',1,... 'position',[20 150 40 20],... 'callback',[... 'k=1;,',... 'set(h1,''value'',1),',...
www.eeworm.com/read/426350/10257446

m 实例35.m

h0=figure('toolbar','none',... 'position',[200 150 350 250],... 'name','实例35'); f='Please input the letter'; huidiao1=[... 'g=upper(f);,',... 'set(h2_edit,''string'',g),'