【奠基经典】MATLAB实用程序案例之填充图
填充图
实例:
function shili17
h0=figure('toolbar','none',...
'position',,...
'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',...
'color',,...
'fontsize',50,...
'horizontalalignment','center')
关于本帖内容欢迎大家踊跃讨论,与在下交流!
页:
[1]