gpt4 book ai didi

matlab - 使用 Matlab 避免科学记数法

转载 作者:太空宇宙 更新时间:2023-11-03 19:55:49 24 4
gpt4 key购买 nike

我已经试过了:

format long g;

但是像这样的数字用科学记数法表示:

ans = 8.80173259769825e-05

如果不使用像 fprintf 这样的东西,我怎样才能避免使用科学记数法呢?

最佳答案

你可以使用:

sprintf('%.10f', yourNumber)

或者更复杂的选择是使用基于 Java 的格式(see more info,感谢 Yair Altman 展示了这种方法),例如:

char(java.text.DecimalFormat('#.00000000').format(yourNumber));

关于matlab - 使用 Matlab 避免科学记数法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15512478/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com