How to create library of constants/matrices for Standalone Application
Afficher commentaires plus anciens
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 commentaire
Walter Roberson
le 19 Déc 2011
Any reason not to put them as separate variables in a .mat file ?
Réponse acceptée
Plus de réponses (1)
Vinh
le 19 Déc 2011
0 votes
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!