필터 지우기
필터 지우기

storing a folder as mat file

조회 수: 2 (최근 30일)
Max
Max 2011년 10월 7일
i have around 30 mri scans in .tif format in a folder.i need to store these images in .mat format that folder so that its easy to access the images. please suggest the matlab codes for doing it

채택된 답변

Andreas Goser
Andreas Goser 2011년 10월 7일
I'd say the following 3 commands do it:
DIR for returning the filename you want to read
IMREAD to read a file at a time
SAVE to save a MAT

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by