开发者

Is it possible to show numbers in non-engineering format in MATLAB?

开发者 https://www.devze.com 2023-01-21 18:26 出处:网络
I have some large floating point numbers such as 1243564832.75 in MATLAB. MATLAB changes the format to 1.2435e09 or if I use l开发者_运维问答ong format: 1.2435648e09 or something like that.

I have some large floating point numbers such as 1243564832.75 in MATLAB. MATLAB changes the format to 1.2435e09 or if I use l开发者_运维问答ong format: 1.2435648e09 or something like that.

Is there any way I can display the numbers in their non-engineering format (1243564832.75)?


Call the following command

format longG

Then the display should be "fixed"

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号