How to create library of constants/matrices for Standalone Application
Mostrar comentarios más antiguos
Hi, I have a large numbers of constants and matrices (i.e Flat field Noise patterns for image processing) that need to be stored effectively in an executable window app. Constants can be stored without problem however I don't know how to store these matrices as they are really big (3000 x 5000) and are usually worked out by my initial analysis from roughly 40 images. I cannot store all these images and process them whenever I need them. Also because of memory consideration so for one process action, I can only call/store no more than 3 of these matrices.
Thanks
1 comentario
Walter Roberson
el 19 de Dic. de 2011
Any reason not to put them as separate variables in a .mat file ?
Respuesta aceptada
Más respuestas (1)
Vinh
el 19 de Dic. de 2011
0 votos
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!