代码搜索:实例教学
找到约 10,000 项符合「实例教学」的源代码
代码结果 10,000
www.eeworm.com/read/446689/7571305
m 实例76.m
h0=figure('toolbar','none',...
'position',[198 56 500 500],...
'name','实例76');
h1=axes('parent',h0,...
'position',[0.15 0.5 0.7 0.5],...
'visible','off');
u1=uimenu('parent',h0,.
www.eeworm.com/read/446689/7571306
fig 实例76.fig
www.eeworm.com/read/446689/7571308
bmp 实例76.bmp
www.eeworm.com/read/446689/7571309
m 实例51.m
h0=figure('toolbar','none',...
'position',[198 56 408 468],...
'name','实例51');
h1=axes('parent',h0,...
'position',[0.15 0.45 0.7 0.5],...
'visible','off');
[x,y]=meshgrid(-8:0.5:
www.eeworm.com/read/446689/7571310
fig 实例51.fig
www.eeworm.com/read/446689/7571311
bmp 实例51.bmp
www.eeworm.com/read/446689/7571312
bmp 实例83.bmp
www.eeworm.com/read/446689/7571314
fig 实例83.fig
www.eeworm.com/read/446689/7571315
m 实例83.m
h0=figure('toolbar','none',...
'position',[198 56 350 468],...
'name','实例83');
h1=axes('parent',h0,...
'position',[0.25 0.45 0.5 0.5],...
'visible','off');
b1=uicontrol('parent',
www.eeworm.com/read/446689/7571317
m 实例24.m
function shili24
h0=figure('toolbar','none',...
'position',[200 150 450 350],...
'name','实例24');
subplot(2,2,1)
z=peaks;
ribbon(z)
title('Figure1')
subplot(2,2,2)
[x,y,z]=peaks(15);