herd

matlab中,arctan函数用atan表示

>> x=-100:0.1:100;
>> y=atan(x);
>> plot(x,y)

 

分类:

技术点:

相关文章: