save image or read image from file . mat
1 回表示 (過去 30 日間)
古いコメントを表示
I felt so stupid to ask this question. But I need you to help because I do not know how resolved. I have one file "Input.mat" and I've read it. However, I do not know how to read, save individual images to user individually
load('Input.mat')
load('Target.mat')
for i=1: 195
data=Input(:,:,i);
imshow(data);
pause(0.2);
end
1 件のコメント
Image Analyst
2016 年 5 月 29 日
Exactly what does "save individual images to user" mean? I am the user. How do you save images to me ???
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Read, Write, and Modify Image についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!