필터 지우기
필터 지우기

Is there a faster way to load large structures?

조회 수: 6 (최근 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 CenterFile Exchange에서 Modify Image Colors에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by