save image or read image from file . mat

조회 수: 1 (최근 30일)
tra pham
tra pham 2016년 5월 29일
댓글: Image Analyst 2016년 5월 29일
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