Adding saved figure to plot
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How would I go about adding previously made figures to a new subplot? All previous figures are made and saved but if I were to make a new subplot, how would I add them to it?
0 Commenti
Risposta accettata
dpb
il 3 Ago 2023
See copyobj, There's a very recent (last few weeks) Answers Q? on precisely the topic addressing putting axes into subplots where one has to handle the children of the axes and move them specifically because the original figure can't go into the axes of a subplot() or tiledlayou() axes.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Subplots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!