MATLAB: Change how struct variable fields are displayed

MATLABstruct variable display

Dear all,
Is there a way to change how struct variable fields are displayed in the variable display panel? My 1×6 struct with 38 fields now displays the fields horizontally (see attached). This is inconvenient and I would like to change so they would be displayed vertically instead. Is there a way?
Thank you

Best Answer

Unfortunately, it's not possible to display the fields vertically (i.e., each column represents an element of the struct array) as of MATLAB R2014b, but it would be a nice enhancement to be able to choose how to display struct arrays. Thanks for your feedback!