> 其他 >
如何用matlab画出y=x乘以sinx的图形?
还有y=x的立方的图形?感激不尽!
人气:249 ℃ 时间:2020-05-11 15:54:48
解答
十分简单了.
>> ezplot('x*sin(x)')
>> ezplot('x^3')
如果要指定x的坐标轴,则(比如是0到4*pi)
>> ezplot('x*sin(x)',[0 4*pi])
推荐
猜你喜欢
© 2024 79432.Com All Rights Reserved.
电脑版|手机版