Regarding .mat file.

2 views (last 30 days)
amey patil
amey patil on 12 Sep 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.

Accepted Answer

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

Sign in to comment.

More Answers (0)

Categories

Find more on Data Import and Analysis in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!