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
2019-5-26
编辑:per isakson
2019-5-26
That's not possible with matfile()
See https://se.mathworks.com/matlabcentral/answers/463639-handling-large-data-sets#answer_376426 and search the File Exchange for tag:memmapfile
Soumik Mohian
2019-5-26
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Workspace Variables and MAT Files 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!