fill(x,y,'b')
>> x=1:0.1:10;
>> y=sin(x);
>> fill(x,y,'b')
效果如下图
fill.jpg
feather(z) & compass(z)
>> theta=linspace(0,2*pi,20);
>> z=sin(theta)+i*cos(theta);
>> feather(z)
>> figure
>> compass(z)
效果如下图
feather.jpg
compass.jpg
fill(x,y,'b')
>> x=1:0.1:10;
>> y=sin(x);
>> fill(x,y,'b')
fill.jpg
>> theta=linspace(0,2*pi,20);
>> z=sin(theta)+i*cos(theta);
>> feather(z)
>> figure
>> compass(z)
feather.jpg
compass.jpg
本文标题:fill and feather
本文链接:https://www.haomeiwen.com/subject/oxzomxtx.html
网友评论