> 其他 >
如何用matlab绘制y=(1+x)^(1/x)的函数图象
人气:339 ℃ 时间:2020-06-02 18:26:34
解答
x=0:0.01:10;
y=(1+x).^(1./x);
plot(x,y)
推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版