Display of structures in Variables panel
2 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
采纳的回答
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
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 Center 和 File Exchange 中查找有关 Structures 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!