代码搜索:实例教学

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

代码结果 10,000
www.eeworm.com/read/446689/7571339

fig 实例38.fig

www.eeworm.com/read/446689/7571340

bmp 实例38.bmp

www.eeworm.com/read/446689/7571341

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/446689/7571342

m 实例81.m

load mri D = squeeze(D); h0=figure('toolbar','none',... 'position',[198 56 450 468],... 'name','实例81'); h1=axes('parent',h0,... 'position',[0.3 0.45 0.5 0.5],... 'visible','off'
www.eeworm.com/read/446689/7571343

bmp 实例81.bmp

www.eeworm.com/read/446689/7571344

fig 实例81.fig

www.eeworm.com/read/446689/7571345

fig 实例01.fig

www.eeworm.com/read/446689/7571346

bmp 实例01.bmp

www.eeworm.com/read/446689/7571347

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/446689/7571348

fig 实例98.fig