How convert 3d matrix to 2d matrix?

 Respuesta aceptada

madhan ravi
madhan ravi el 17 de Oct. de 2018
Editada: madhan ravi el 17 de Oct. de 2018
An example:
A=rand(1,100,100)
reshape(A,100,100)

2 comentarios

Ivan Leonov
Ivan Leonov el 17 de Oct. de 2018
Thanks!
madhan ravi
madhan ravi el 17 de Oct. de 2018
you're welcome :)

Iniciar sesión para comentar.

Más respuestas (2)

Luna
Luna el 17 de Oct. de 2018

1 voto

Hi Ivan
Take a look at reshape function it may help you.
Kawther Hassan Al-khafaji
Kawther Hassan Al-khafaji el 5 de Oct. de 2022

0 votos

color_img=cat(3,R,G,B);
I wont to covert this image matrix to 2D image matrix pleas

1 comentario

Steven Lord
Steven Lord el 5 de Oct. de 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.

Iniciar sesión para comentar.

Etiquetas

Preguntada:

el 17 de Oct. de 2018

Comentada:

el 5 de Oct. de 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by