How to avoid delay in plotting while using app designer?

When plotting on a UIAxes using appdesigner , I'm getting some significant delay. Is there any option to plot in appdesigner with out getting delay?

回答 (1 件)

Image Analyst
Image Analyst 2022 年 1 月 4 日

0 投票

You could try putting
drawnow;
whenever you want to update a plot. For example if you're in an intensive loop that plots stuff, it might not get around to plotting things on every iteration and just wait until the loop is all done. To force it to repaint/refresh the screen immediately you can put drawnow at the bottom of the loop.

3 件のコメント

DRISHYA S KUMAR P N
DRISHYA S KUMAR P N 2022 年 1 月 5 日
Thank you for your valuable comments.
Sir, I'm already using draw now. Here what I'm doing is I want to transmit data from one system to other system and I want to plot it in run time. I plotted data's at runtime. But the thing is that, while using appdesigner I'm getting some significant delay in the plot.
Image Analyst
Image Analyst 2022 年 1 月 5 日
Did you call tech support for help?
DRISHYA S KUMAR P N
DRISHYA S KUMAR P N 2022 年 1 月 5 日
No. Not yet

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeDevelop Apps Using App Designer についてさらに検索

質問済み:

2022 年 1 月 4 日

Community Treasure Hunt

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

Start Hunting!

Translated by