storing a folder as mat file

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

0 个投票

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 个)

类别

帮助中心File Exchange 中查找有关 Environment and Settings 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by