How can I see very large data in a workspace

9 次查看(过去 30 天)
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

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Whos 的更多信息

产品


版本

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by