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!