Dynamically updating the plot in GUI
3 ビュー (過去 30 日間)
古いコメントを表示
Swarnava Pramanik
2016 年 6 月 26 日
コメント済み: Walter Roberson
2018 年 11 月 9 日
Hi,
I've made a GUI in which I'm continuously acquiring data from a fpga development kit. I want to do a real time data plot in my existing GUI. I was able to perform real time data plotting using the drawnow function in a separate figure window but want to do the real time plotting in my GUI. Can anyone please kindly help me with this ?
Thanks,
0 件のコメント
採用された回答
Walter Roberson
2016 年 6 月 26 日
There is no difference between doing real-time updates in a different figure or doing it in the same figure. You still access the appropriate graphics handles, update the appropriate properties such as XData and YData or CData, and then drawnow() to permit the screen to be updated.
4 件のコメント
sonR
2018 年 11 月 9 日
Is there an example of continuously updating a plot (polarplot would be nice) in a GUI?
Walter Roberson
2018 年 11 月 9 日
https://www.mathworks.com/matlabcentral/fileexchange/39016-record-plot-speech-audio-signal
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Graphics Performance についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!