How to disable automaticlly showing new plot
2 次查看(过去 30 天)
显示 更早的评论
Hi all. I have a program with GUI where i 've an axes object. I am ploting there a data from dsp.AudioRecorder every 1 minute. All the time Matlab is taking me to the GUI window after every plot. It's annoying when i am using console or editor at the same time. How can i disable it?
0 个评论
回答(2 个)
Andrew Reibold
2014-10-17
I think it will not bring it to the foreground if you set the figure visibility to 'off'. However, then you can't see it until you turn it back on. So you could maybe turn it off while its running, do your work, then turn it back on later when its done and you want to see it.
0 个评论
Sean de Wolski
2014-10-17
Rather than plotting a new on each iteration, update the "XData" and "YData" of the already existing plot:
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Annotations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!