Implement multiples plots [figures()] into one figure()
Ältere Kommentare anzeigen
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 Kommentar
Rik
am 22 Mär. 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.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Subplots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!