Display of structures in Variables panel
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Martin Ebert
el 22 de Oct. de 2014
Editada: Giuseppe Marinelli
el 11 de Abr. de 2017
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 comentarios
Respuesta aceptada
Bruno Pop-Stefanov
el 23 de Oct. de 2014
Editada: Bruno Pop-Stefanov
el 23 de Oct. de 2014
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 comentario
Giuseppe Marinelli
el 11 de Abr. de 2017
Editada: Giuseppe Marinelli
el 11 de Abr. de 2017
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
Más respuestas (0)
Ver también
Categorías
Más información sobre Structures en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!