> 其他 >
matlab中1e-10*2^0.
人气:487 ℃ 时间:2020-05-22 03:42:22
解答
1e-10是用科学计数法表示的
1e-10代表的是10的负10次方
你可以试试 1e2代表的是10^2=100
根据优先级计算 那么上面的式子应该表示的是
10^(-10)*(2^0.4)
多多交流
————————
Error using ==> plot
Vectors must be the same lengths.
Error in ==> Untitled at 76
plot(k/pi,Jp1,'k');hold on
出现上面那个错误可能是你的 k/pi 和Jp1的维数不一样 也就是那2个矢量的个数不一样
推荐
猜你喜欢
© 2024 79432.Com All Rights Reserved.
电脑版|手机版