Regarding .mat file.

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일

1 개 추천

[X,map] = imread('your_image.tif');
save your_mat_file X map

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Workspace Variables and MAT Files에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by