How can I see very large data in a workspace

6 visualizzazioni (ultimi 30 giorni)
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 Commenti
maedeh amirpour
maedeh amirpour il 10 Ago 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.

Accedi per commentare.

Risposta accettata

per isakson
per isakson il 10 Ago 2020
Modificato: per isakson il 10 Ago 2020
This works with R2018b
>> cac = {rand(1104,2,292)};
>> openvar('cac{1}(:,:,290)')
P.S. It works with 1400x2x290 too
  3 Commenti
per isakson
per isakson il 10 Ago 2020
Yes, indeed! And that's simpler. My only excuse is that the documentation shows the function variant.

Accedi per commentare.

Più risposte (0)

Prodotti


Release

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by