Saving a figure with details

I created a large figure and want to save/export it to an image file. Unfortunately when I zoom into the image, all the details of the original figure are lost. What can I do?

1 件のコメント

Rub Ron
Rub Ron 2020 年 5 月 22 日
Hi, could you find a solution for this?

サインインしてコメントする。

回答 (1 件)

Star Strider
Star Strider 2020 年 1 月 8 日

0 投票

I am not certain what you are asking, so I am assuming you have created a plot of some sort and want to work with it later.
I would use the savefig function to save it as a .fig file first. You can then use the openfig function load it and then zoom and create .png (or other format) files from it as you wish. The original information will always be in the .fig file.

5 件のコメント

Uwe Claußnitzer
Uwe Claußnitzer 2020 年 1 月 8 日
There are details in the figure, which I get when I zoom into it. But I don't get those details, when I zoom into the image file - that's what I want to get changed.
Star Strider
Star Strider 2020 年 1 月 8 日
If you save the figure as a .fig file, you can load it and then zoom in to the loaded image to then do whatever you want with it. All the details and data will still be there.
Uwe Claußnitzer
Uwe Claußnitzer 2020 年 1 月 8 日
I know, but I want to print it as an image. My intention is that, using a magnifier, you can see all those details I could see, when I zoomed in in the original figure. I tried to change resolution, Papertype, figure size, but none of those worked so far.
Star Strider
Star Strider 2020 年 1 月 8 日
I have no idea what the solution is to whatever problem you are having.
Uwe Claußnitzer
Uwe Claußnitzer 2020 年 1 月 8 日
I attached the fig-file (example.fig). example1.png shows the corresponding image, example2.png an image, when you zoom in the fig-file. I want to create an image, that shows the whole figure (like example1.png), and ALSO shows all the details, when I zoom in (like example2.png). I created both images with print('example...','-dpng').

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeConvert Image Type についてさらに検索

質問済み:

2020 年 1 月 8 日

コメント済み:

2020 年 5 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by