storing a folder as mat file
1 回表示 (過去 30 日間)
古いコメントを表示
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
0 件のコメント
採用された回答
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で File Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!