Azzera filtri
Azzera filtri

Regarding .mat file.

2 visualizzazioni (ultimi 30 giorni)
amey patil
amey patil il 12 Set 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.

Risposta accettata

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

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Data Import and Analysis in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by