Effacer les filtres
Effacer les filtres

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

5 vues (au cours des 30 derniers jours)
Luiz Carlos
Luiz Carlos le 21 Mar 2023
Réponse apportée : Piyush le 23 Mar 2023
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 commentaire
Rik
Rik le 22 Mar 2023
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.

Connectez-vous pour commenter.

Réponse acceptée

Piyush
Piyush le 23 Mar 2023
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

Plus de réponses (0)

Produits


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by