How to create library of constants/matrices for Standalone Application
Mostra commenti meno recenti
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 Commento
Walter Roberson
il 19 Dic 2011
Any reason not to put them as separate variables in a .mat file ?
Risposta accettata
Più risposte (1)
Vinh
il 19 Dic 2011
0 voti
Categorie
Scopri di più su Logical in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!