I want to merge 4 figures into 1 figures

9 ビュー (過去 30 日間)
gyeonggeun kim
gyeonggeun kim 2021 年 3 月 30 日
コメント済み: gyeonggeun kim 2021 年 3 月 30 日
There are four figures already stored.
I want to compare these at once, is there a way to represent them in a single figure?

回答 (1 件)

Image Analyst
Image Analyst 2021 年 3 月 30 日
It's best just to create them as 1 to begin with with nexttile() or subplot(). If you have them already stored, how are they stored? As .fig files or .PNG files? If the figures are open, then you can use saveas() or copygraphics() to save them as images then use imread() and subplot() to display all 4 on one figure.
  1 件のコメント
gyeonggeun kim
gyeonggeun kim 2021 年 3 月 30 日
I save as fig files.
can you teach me how to use 'imread' code??

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

カテゴリ

Help Center および File ExchangePrinting and Saving についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by