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