代码搜索:实例教学
找到约 10,000 项符合「实例教学」的源代码
代码结果 10,000
www.eeworm.com/read/446689/7571363
m 实例25.m
function shili25
h0=figure('toolbar','none',...
'position',[200 150 450 250],...
'name','实例25');
vert=[1 1 1;1 2 1;
2 2 1;2 1 1;
1 1 2;1 2 2;
2 2 2;2 1 2];
fac=[1 2 3 4;2 6
www.eeworm.com/read/446689/7571364
fig 实例66.fig
www.eeworm.com/read/446689/7571365
m 实例66.m
h0=figure('toolbar','none',...
'position',[200 150 350 200],...
'name','实例66');
e1=uicontrol('parent',h0,...
'units','points',...
'tag','e1',...
'style','edit',...
'back
www.eeworm.com/read/446689/7571366
bmp 实例66.bmp
www.eeworm.com/read/446689/7571367
m 实例92.m
h0=figure('toolbar','none',...
'position',[200 150 450 250],...
'name','实例92');
h1=axes('parent',h0,...
'position',[0.05 0.15 0.65 0.6],...
'visible','off');
I=imread('abmatrix.b
www.eeworm.com/read/446689/7571368
fig 实例92.fig
www.eeworm.com/read/446689/7571369
bmp 实例92.bmp
www.eeworm.com/read/446689/7571372
bmp 实例88.bmp
www.eeworm.com/read/446689/7571374
fig 实例88.fig
www.eeworm.com/read/446689/7571375
m 实例88.m
h0=figure('toolbar','none',...
'position',[200 50 350 450],...
'name','实例88');
h1=axes('parent',h0,...
'position',[0.10 0.45 0.8 0.5],...
'visible','off');
x=0:0.2:2*pi;
y=sin(x