Array of Matrices.?
Ältere Kommentare anzeigen
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?
Antworten (2)
the cyclist
am 3 Aug. 2011
0 Stimmen
Regarding your first question: MATLAB supports N-d arrays, so you can store a variable as 576x576x100.
1 Kommentar
Aditya
am 3 Aug. 2011
Walter Roberson
am 3 Aug. 2011
0 Stimmen
1 Kommentar
Walter Roberson
am 4 Aug. 2011
instead of using double(A), I suggest you use im2double(A)
Kategorien
Mehr zu Loops and Conditional Statements finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!