Is there a faster way to load large structures?
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
ES
le 27 Juil 2017
Modifié(e) : per isakson
le 28 Juil 2017
Try partial load using matfile.. https://in.mathworks.com/help/matlab/import_export/load-parts-of-variables-from-mat-files.html
0 commentaires
Voir également
Catégories
En savoir plus sur Structures dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!