代码搜索:实例教学
找到约 10,000 项符合「实例教学」的源代码
代码结果 10,000
www.eeworm.com/read/446689/7571157
m 实例89.m
h0=figure('toolbar','none',...
'position',[200 50 350 450],...
'name','实例89');
h1=axes('parent',h0,...
'position',[0.10 0.45 0.8 0.5],...
'visible','off');
x=0:0.2:2*pi;
y=sin(x
www.eeworm.com/read/446689/7571158
bmp 实例89.bmp
www.eeworm.com/read/446689/7571159
fig 实例89.fig
www.eeworm.com/read/446689/7571160
fig 实例41.fig
www.eeworm.com/read/446689/7571161
bmp 实例41.bmp
www.eeworm.com/read/446689/7571162
m 实例41.m
h=figure('toolbar','none',...
'position',[200 150 450 250],...
'name','实例41');
h1=uicontrol(gcf,'style','edit',...
'position',[80 200 100 20],...
'HorizontalAlignment','right',...
www.eeworm.com/read/446689/7571163
m 实例44.m
h0=figure('toolbar','none',...
'position',[198 56 408 468],...
'name','实例44');
h1=axes('parent',h0,...
'position',[0.15 0.45 0.7 0.5],...
'visible','on');
e1=uicontrol('parent',h
www.eeworm.com/read/446689/7571164
fig 实例44.fig
www.eeworm.com/read/446689/7571165
bmp 实例44.bmp
www.eeworm.com/read/446689/7571275
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