How can I see very large data in a workspace

10 visualizaciones (últimos 30 días)
maedeh amirpour
maedeh amirpour el 10 de Ag. de 2020
Comentada: maedeh amirpour el 10 de Ag. de 2020
Hi,
I have a matrix a with 1*1 cells that indicates 1400*2*290 double (below screenshot).
Wen I double click on the cell, it showes : Cannot display summaries of variables with more than 524288 elements.
How can I see the data particularly for (:,:, 290)???
Regards
  2 comentarios
maedeh amirpour
maedeh amirpour el 10 de Ag. de 2020
Thanks Walter, I already had a look at the link, but my problem is that when I use e.g. openvar(:,:,290), nothing is happened as my variable a has only one cell.

Iniciar sesión para comentar.

Respuesta aceptada

per isakson
per isakson el 10 de Ag. de 2020
Editada: per isakson el 10 de Ag. de 2020
This works with R2018b
>> cac = {rand(1104,2,292)};
>> openvar('cac{1}(:,:,290)')
P.S. It works with 1400x2x290 too
  3 comentarios
per isakson
per isakson el 10 de Ag. de 2020
Yes, indeed! And that's simpler. My only excuse is that the documentation shows the function variant.
maedeh amirpour
maedeh amirpour el 10 de Ag. de 2020
Many thanks it works

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Productos


Versión

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by