Is there a faster way to load large structures?
6 次查看(过去 30 天)
显示 更早的评论
Hi! I have saved a data structure that contains 1104 radar images with the focusing parameters, date and time for each image. When I start the code to work with the structure I use
load('Image_Struct.mat');
but it takes a long time to load the data structure. Is there a faster way that I can do that?
Thanks!
2 个评论
回答(1 个)
ES
2017-7-27
编辑:per isakson
2017-7-28
Try partial load using matfile.. https://in.mathworks.com/help/matlab/import_export/load-parts-of-variables-from-mat-files.html
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Structures 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!