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
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 CenterFile 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!

Translated by