> 其他 >
怎样用matlab绘制函数y=(u-x)/x 的图像,u已知
人气:268 ℃ 时间:2020-04-14 01:32:33
解答
syms x;
u=?;
y=(u-x)/x;
ezplot(y);
grid on
推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版