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 Center および File ExchangeGraphics Object Identification についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by