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!