Large number of plots
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am using ive editor to run a function that generates ~= 150 plots. I keep these open because once the script has completed I wish to save the output to a Word doc.
When the function runs from commands line, the plots are generated as expected (though slower as the number of open figures increases). However, when run from live editor it locks up and never completes.
Is there a way to prevent this slow down ?
0 Kommentare
Antworten (1)
Steven Lord
am 12 Nov. 2020
Rather than opening ~150 figure windows simultaneously, why not publish the document so you only need to have one figure open at a time?
1 Kommentar
Siehe auch
Kategorien
Mehr zu Graphics Objects finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!