herd

y=x-sin(x)

>> x=-10:0.1:10;
>> y=x-sin(x);
>> plot(x,y)

 

分类:

技术点:

相关文章: