> 其他 >
Matlab 作函数的图像 y=(ln√1+x^2)+x
人气:229 ℃ 时间:2020-04-04 13:43:31
解答
matlab中绘图函数很多,下面我提供三种方法1.plot函数x=-10:0.1:10;y=log(sqrt(1+x.^2))+x;plot(x,y)2.ezplot()ezplot('log(sqrt(1+x^2))+x',[-10 10])3.fploty=@(x)log(sqrt(1+x.^2))+x;fplot(y,[-10 10])%by dynami...
推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版