Loading large array within a struct

I am trying to access a mat file which contains an array of size 256x256x6x20000.
I have tried with matfile. But the problem is mat file stored in a way where this array resides within a struct. I need to go through three levels to access these array. (Example- data.training.images.data). How can I partially load this array with matfile() ?

2 件のコメント

per isakson
per isakson 2019 年 5 月 26 日
編集済み: per isakson 2019 年 5 月 26 日
That's not possible with matfile()
Soumik Mohian
Soumik Mohian 2019 年 5 月 26 日
Thanks for the reply.
h5read works.

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

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeWorkspace Variables and MAT Files についてさらに検索

質問済み:

2019 年 5 月 26 日

コメント済み:

2019 年 5 月 26 日

Community Treasure Hunt

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

Start Hunting!

Translated by