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!