Borrar filtros
Borrar filtros

Is there a faster way to load large structures?

6 visualizaciones (últimos 30 días)
Agustin
Agustin el 27 de Jul. de 2017
Editada: per isakson el 28 de Jul. de 2017
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 comentarios
KSSV
KSSV el 27 de Jul. de 2017
What information does your .mat file have?
per isakson
per isakson el 27 de Jul. de 2017
MAT-file version matters. v7.3 (required for >2GB) is known to be slow.

Iniciar sesión para comentar.

Respuestas (1)

ES
ES el 27 de Jul. de 2017
Editada: per isakson el 28 de Jul. de 2017

Categorías

Más información sobre Modify Image Colors en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by