美文网首页
fill and feather

fill and feather

作者: lucientlau | 来源:发表于2017-11-12 22:43 被阅读0次

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 and feather

      本文链接:https://www.haomeiwen.com/subject/oxzomxtx.html