How convert 3d matrix to 2d matrix?
Afficher commentaires plus anciens
I wont to covert 1x100x100 matrix to 100x100.
Réponse acceptée
Plus de réponses (2)
Luna
le 17 Oct 2018
1 vote
Hi Ivan
Take a look at reshape function it may help you.
1 commentaire
Ivan Leonov
le 17 Oct 2018
Kawther Hassan Al-khafaji
le 5 Oct 2022
0 votes
color_img=cat(3,R,G,B);
I wont to covert this image matrix to 2D image matrix pleas
1 commentaire
Steven Lord
le 5 Oct 2022
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.
Catégories
En savoir plus sur Image Arithmetic 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!