Regarding .mat file.

2 次查看(过去 30 天)
amey patil
amey patil 2011-9-12
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.

采纳的回答

Grzegorz Knor
Grzegorz Knor 2011-9-12
[X,map] = imread('your_image.tif');
save your_mat_file X map

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Import and Analysis 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by