代码搜索:实例教学
找到约 10,000 项符合「实例教学」的源代码
代码结果 10,000
www.eeworm.com/read/446689/7571386
fig 实例13.fig
www.eeworm.com/read/446689/7571387
m 实例13.m
function shili13
h0=figure('toolbar','none',...
'position',[200 150 450 250],...
'name','实例13');
[th,r]=meshgrid((0:10:360)*pi/180,0:0.05:1);
[x,y]=pol2cart(th,r);
z=x+i*y;
f=(z.^4-1).^
www.eeworm.com/read/446689/7571388
m 实例35.m
h0=figure('toolbar','none',...
'position',[200 150 350 250],...
'name','实例35');
f='Please input the letter';
huidiao1=[...
'g=upper(f);,',...
'set(h2_edit,''string'',g),'
www.eeworm.com/read/446689/7571389
fig 实例35.fig
www.eeworm.com/read/446689/7571390
bmp 实例35.bmp
www.eeworm.com/read/446689/7571391
m 实例17.m
function shili17
h0=figure('toolbar','none',...
'position',[200 150 450 250],...
'name','实例17');
t=(1:2:15)*pi/8;
x=sin(t);
y=cos(t);
fill(x,y,'r')
axis square off
text(0,0,'STOP',...
www.eeworm.com/read/446689/7571392
fig 实例17.fig
www.eeworm.com/read/446689/7571393
bmp 实例17.bmp
www.eeworm.com/read/446689/7571394
m 实例78.m
h0=figure('toolbar','none',...
'position',[198 56 350 468],...
'name','实例78');
h1=axes('parent',h0,...
'position',[0.25 0.45 0.5 0.5],...
'visible','off');
load imdemos flower
www.eeworm.com/read/446689/7571395