Array of Matrices.?
显示 更早的评论
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?
回答(2 个)
the cyclist
2011-8-3
0 个投票
Regarding your first question: MATLAB supports N-d arrays, so you can store a variable as 576x576x100.
Walter Roberson
2011-8-3
0 个投票
1 个评论
Walter Roberson
2011-8-4
instead of using double(A), I suggest you use im2double(A)
类别
在 帮助中心 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!