How to create library of constants/matrices for Standalone Application
Ältere Kommentare anzeigen
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 Kommentar
Walter Roberson
am 19 Dez. 2011
Any reason not to put them as separate variables in a .mat file ?
Akzeptierte Antwort
Weitere Antworten (1)
Vinh
am 19 Dez. 2011
0 Stimmen
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!