MATLAB: Display of structures in Variables panel

MATLABstructuresvariables display

Have just installed Matlab 2014b. In previous versions, when I opened a structure in the Variables panel, it would just display the structure fields in a list and I would have to select them to look at their values. In 2014b, when I open the structure, all of the field values get displayed in a table in the Variables panel. The variable I am currently looking at is a 32MB 1×739 struct with 224 fields, some of which are matrices themselves. Real-time display of this is really slow. Is there any way of choosing to instead display the structure in the pre 2014b way? Thanks.

Best Answer

The new display for struct arrays has been released starting with MATLAB R2013b and you cannot revert to the old one. The new display makes it easier to quickly see the content of the entire array, instead of having to go into each element to examine the values of the fields. Thank you for your feedback.
Related Question