How can I see very large data in a workspace

7 vues (au cours des 30 derniers jours)
maedeh amirpour
maedeh amirpour le 10 Août 2020
Commenté : maedeh amirpour le 10 Août 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 commentaires
maedeh amirpour
maedeh amirpour le 10 Août 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.

Connectez-vous pour commenter.

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (0)

Produits


Version

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by