Array of Matrices.?
Afficher commentaires plus anciens
Hi, I'm a complete novice to MATLAB. I'm reading a few images and want to save their matrix value in an array. Every image is 576x576px and theres about 100 of them.
Also, how do you multiply a uint8 matrix with a double matrix without losing image quality?
Réponses (2)
the cyclist
le 3 Août 2011
0 votes
Regarding your first question: MATLAB supports N-d arrays, so you can store a variable as 576x576x100.
1 commentaire
Aditya
le 3 Août 2011
Walter Roberson
le 3 Août 2011
0 votes
1 commentaire
Walter Roberson
le 4 Août 2011
instead of using double(A), I suggest you use im2double(A)
Catégories
En savoir plus sur Loops and Conditional Statements dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!