Is there a faster way to load large structures?

1 回表示 (過去 30 日間)
Agustin
Agustin 2017 年 7 月 27 日
編集済み: per isakson 2017 年 7 月 28 日
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 件のコメント
KSSV
KSSV 2017 年 7 月 27 日
What information does your .mat file have?
per isakson
per isakson 2017 年 7 月 27 日
MAT-file version matters. v7.3 (required for >2GB) is known to be slow.

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

回答 (1 件)

ES
ES 2017 年 7 月 27 日
編集済み: per isakson 2017 年 7 月 28 日

カテゴリ

Help Center および File ExchangeRead, Write, and Modify Image についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by