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?

Answers (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)

1 Comment

Hmm, that's unfortunate. Its mainly an annoyance, since I now always need to look for an exponent.

Sign in to comment.

Categories

Products

Asked:

on 9 Mar 2018

Commented:

on 9 Mar 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!