How can I see very large data in a workspace

7 Ansichten (letzte 30 Tage)
maedeh amirpour
maedeh amirpour am 10 Aug. 2020
Kommentiert: maedeh amirpour am 10 Aug. 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 Kommentare
maedeh amirpour
maedeh amirpour am 10 Aug. 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.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Produkte


Version

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by