How can I see very large data in a workspace

7 ビュー (過去 30 日間)
maedeh amirpour
maedeh amirpour 2020 年 8 月 10 日
コメント済み: maedeh amirpour 2020 年 8 月 10 日
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 件のコメント
maedeh amirpour
maedeh amirpour 2020 年 8 月 10 日
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.

サインインしてコメントする。

採用された回答

per isakson
per isakson 2020 年 8 月 10 日
編集済み: per isakson 2020 年 8 月 10 日
This works with R2018b
>> cac = {rand(1104,2,292)};
>> openvar('cac{1}(:,:,290)')
P.S. It works with 1400x2x290 too
  3 件のコメント
per isakson
per isakson 2020 年 8 月 10 日
Yes, indeed! And that's simpler. My only excuse is that the documentation shows the function variant.
maedeh amirpour
maedeh amirpour 2020 年 8 月 10 日
Many thanks it works

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeWhos についてさらに検索

製品


リリース

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by