MATLAB: Workspace Values not consistent

arrayarraysmatrix arrayvariablesworkspace

How can I get the values of all the variables to follow suit? For e.g. my 'CBar', 'DeltaE' and 'DeltaS' are also 1×11 arrays, but they show the actual values, and not even all of them.
How do I make them so they are also mxn arrays

Best Answer

You would have to change the code that builds the workspace panel information. It is designed to show no more than 10 values, and to only display numeric values and character vectors. It is only intended as a summary. If you need all values, then you should write your own display code.