matlab arctan函数绘制

matlab中,arctan函数用atan表示

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

 

posted @ 2020-08-25 18:03  西北逍遥  阅读(5265)  评论(0编辑  收藏  举报