> 数学 >
函数图形y=xe^-x,
人气:202 ℃ 时间:2020-06-23 17:31:07
解答
使用MATLAB绘图函数ezplot()
syms x y;
y=x*exp(-x);
ezplot(y)
推荐
猜你喜欢
© 2024 79432.Com All Rights Reserved.
电脑版|手机版