Borrar filtros
Borrar filtros

how to save an image?

1 visualización (últimos 30 días)
Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran el 6 de Oct. de 2012
I got an embedded image as an output. I want to store it automatically while running the code and i need to work on that image? how to store an image using imwrite command?
  2 comentarios
Matt J
Matt J el 6 de Oct. de 2012
Editada: Matt J el 6 de Oct. de 2012
What information are you asking for beyond what is already given in "doc imwrite"?
Image Analyst
Image Analyst el 6 de Oct. de 2012
And what exactly does "embedded" mean? How is that different than any other variable in your program?

Iniciar sesión para comentar.

Respuestas (1)

Image Analyst
Image Analyst el 7 de Oct. de 2012
imwrite(yourImageArray, filename);

Categorías

Más información sobre Convert Image Type en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by