HOW TO SAVE A MATRIX INTO THE IMAGE
조회 수: 3 (최근 30일)
이전 댓글 표시
HOW TO SAVE THE MATRIX INTO THE IMAGE for example into (.jpg) format
댓글 수: 0
채택된 답변
Image Analyst
2012년 10월 6일
I think you're probably wanting to know about imwrite(). See the help for full documentation.
댓글 수: 0
추가 답변 (2개)
Deepraj Adhikary
2018년 2월 23일
Can anyone please help me store the image below in the form of a matrix?

-Deepraj Adhikary
댓글 수: 1
Image Analyst
2018년 2월 23일
Isn't it already in a matrix after you called imread() to read it in from disk???? Exactly what form is this image starting in?
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!