Borrar filtros
Borrar filtros

figure an matrix by image

1 visualización (últimos 30 días)
Fiboehh
Fiboehh el 9 de Mayo de 2011
Hellow, i have reconstruct an image of 16x16 pixels and all the pixels are in a vector of 256 elements P(256) , is it necessary to change P to a dimension P(16,16) to show it in an image. I thought it would but i tried it and it gives a error. Hope for a positive answer :)

Respuesta aceptada

Walter Roberson
Walter Roberson el 9 de Mayo de 2011
image(reshape(P,16,16))
What error are you getting?
  10 comentarios
Matt Fig
Matt Fig el 22 de Mayo de 2011
Exactly as I thought... Good enough!
Walter Roberson
Walter Roberson el 22 de Mayo de 2011
Note that 512 does not have an integer square root. Fiboehh, what do you want to have happen if 512 is selected?

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by