Display of structures in Variables panel

조회 수: 2 (최근 30일)
Martin Ebert
Martin Ebert 2014년 10월 22일
편집: Giuseppe Marinelli 2017년 4월 11일
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 1x739 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.

채택된 답변

Bruno Pop-Stefanov
Bruno Pop-Stefanov 2014년 10월 23일
편집: Bruno Pop-Stefanov 2014년 10월 23일
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.
  댓글 수: 1
Giuseppe Marinelli
Giuseppe Marinelli 2017년 4월 11일
편집: Giuseppe Marinelli 2017년 4월 11일
Hei! Thanks for your reply! Actually I have the exact opposite problem, but it appears to affect only some variables. I have a list of variables with all the same structure: tens of column fields (size of Nx1, with same N for all the fields) which would be perfect for a "table" view, but when I open them they appear in the old fashion style, like list of fields with dimensions. If, instead, I call a "whos" and I store it, if I open it it appears as a table. Is that a way I can set this visualisation for all the structures I have?
Thank you
Oh, by the way, I am using Matlab R2016a

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Structures에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by