Borrar filtros
Borrar filtros

Regarding .mat file.

2 visualizaciones (últimos 30 días)
amey patil
amey patil el 12 de Sept. de 2011
hello, I want to create a .mat file of a RGB data of .tif image.Please tell me how to create .mat file using matfile command.Example given will be much appreciated.

Respuesta aceptada

Grzegorz Knor
Grzegorz Knor el 12 de Sept. de 2011
[X,map] = imread('your_image.tif');
save your_mat_file X map
  1 comentario
amey patil
amey patil el 12 de Sept. de 2011
Thank you very much
It worked!!!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Data Import and Analysis 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