Data Recovery for the Original Image

3 Ansichten (letzte 30 Tage)
Rasho
Rasho am 12 Okt. 2021
Kommentiert: Star Strider am 13 Okt. 2021
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.

Antworten (1)

Star Strider
Star Strider am 12 Okt. 2021
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 Kommentare
Rasho
Rasho am 13 Okt. 2021
Thank you, but I dont have the data of the figure, I took it like this.
Any idea?
Star Strider
Star Strider am 13 Okt. 2021
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.
.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Graphics Object Identification finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by