Large number of plots

4 次查看(过去 30 天)
Rob L
Rob L 2020-11-12
编辑: Rob L 2020-12-7
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 ?

回答(1 个)

Steven Lord
Steven Lord 2020-11-12
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 个评论
Rob L
Rob L 2020-12-7
编辑:Rob L 2020-12-7
Publishing the document highlighted the issue in that a new figure was produced in the document every time I updated the plot (say by changing marker colour). This generated a very large number of plots which explains the slow behaviour (or in the case of publish, a very large document).
I tried not displaying the figure until all changes had been made (via 'visibility') - whilst this worked in terms of reducing the number of images, it also changed the appearance of the plot negatively (subjective).

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Annotations 的更多信息

标签

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by