フィルターのクリア

Implement multiples plots [figures()] into one figure()

5 ビュー (過去 30 日間)
Luiz Carlos
Luiz Carlos 2023 年 3 月 21 日
回答済み: Piyush 2023 年 3 月 23 日
I made several plots and saved them using figure(). I have many plots, and I wanted to merge them all into one to avoid opening too many windows. How to implement to open all in a single window?
  1 件のコメント
Rik
Rik 2023 年 3 月 22 日
The tags already show you are aware of the solution: subplot.
One semantic note: you can't save plots with the figure function, nor do figures contain plots. Figures contain axes, which can contain plots. You can put multiple axes in one figure, which is what the subplot function helps you to do.

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

採用された回答

Piyush
Piyush 2023 年 3 月 23 日
You can do it using subplots function. Link for the function is given below:
OR
You can also use “hold on” function. Checkout the below link for the same:
1

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSubplots についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by