How convert 3d matrix to 2d matrix?
古いコメントを表示
I wont to covert 1x100x100 matrix to 100x100.
採用された回答
その他の回答 (2 件)
Kawther Hassan Al-khafaji
2022 年 10 月 5 日
0 投票
color_img=cat(3,R,G,B);
I wont to covert this image matrix to 2D image matrix pleas
1 件のコメント
Steven Lord
2022 年 10 月 5 日
If you want to convert that into an indexed image (with a separate colormap) see the rgb2ind function.
If that's not what you want, please describe in more detail exactly how you want this conversion to behave.
カテゴリ
ヘルプ センター および File Exchange で Image Type Conversion についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!