setting format in workspace view
显示 更早的评论
Double clicking on a workspace variable brings up a window with 3 tabs: PLOTS, VARIABLE and VIEW. Clicking the VIEW tab brings up a drop down menu to set the variable format, default is "short fixed decimal". The format "long fixed decimal" does not seem to work as I would expect, it shows more decimal places but in scientific notation - just like "long scientific notation". Is there a setting I am missing to produce the expected behavior?
回答(1 个)
David Fletcher
2018-3-9
1 个投票
It probably occurs when the number becomes too large or too small to be represented by the long fixed decimal format. It will also tend to happen with floating point numbers when they cannot be represented exactly - instead you will get the number+/-eps (see the docs on floating point relative accuracy)
类别
在 帮助中心 和 File Exchange 中查找有关 Entering Commands 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!