필터 지우기
필터 지우기

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
  댓글 수: 1
amey patil
amey patil 2011년 9월 12일
Thank you very much
It worked!!!

댓글을 달려면 로그인하십시오.

추가 답변 (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