Data Recovery for the Original Image

조회 수: 3 (최근 30일)
Rasho
Rasho 2021년 10월 12일
댓글: Star Strider 2021년 10월 13일
Hello,
I have my .fig plot image, and I want to recover the array of this image inside the figure. In other words, how I can back from fig into .png image and making sure that I am saving my image with the same dimension as the original one.
Thank you.

답변 (1개)

Star Strider
Star Strider 2021년 10월 12일
Use the saveas function to save the resulting figure as a .png image.
However if yiou created the .fig file, you should have the data used to create it.
.
  댓글 수: 2
Rasho
Rasho 2021년 10월 13일
Thank you, but I dont have the data of the figure, I took it like this.
Any idea?
Star Strider
Star Strider 2021년 10월 13일
The .fig file has all the data used to plot it, so it is relatively straightforward to recover it (although it takes some effort). See the first link in my Answer to understand how to recover the data from it.
.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Graphics Object Identification에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by