代码搜索:实例教学

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

代码结果 10,000
www.eeworm.com/read/449044/7519556

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/7571142

fig 实例09.fig

www.eeworm.com/read/446689/7571143

bmp 实例09.bmp

www.eeworm.com/read/446689/7571145

fig 实例79.fig

www.eeworm.com/read/446689/7571146

m 实例79.m

h0=figure('toolbar','none',... 'position',[198 56 350 468],... 'name','实例79'); h1=axes('parent',h0,... 'position',[0.25 0.45 0.5 0.5],... 'visible','off'); load imdemos bacteria
www.eeworm.com/read/446689/7571147

bmp 实例79.bmp

www.eeworm.com/read/446689/7571148

bmp 实例22.bmp

www.eeworm.com/read/446689/7571149

fig 实例22.fig

www.eeworm.com/read/446689/7571150

m 实例22.m

function shili22 h0=figure('toolbar','none',... 'position',[200 150 550 350],... 'name','实例22'); subplot(1,2,1) x=rand(1,20); y=rand(1,20); z=peaks(x,y*pi); t=delaunay(x,y); trimesh(t