Borrar filtros
Borrar filtros

How to avoid delay in plotting while using app designer?

6 visualizaciones (últimos 30 días)
DRISHYA S KUMAR P N
DRISHYA S KUMAR P N el 4 de En. de 2022
Comentada: DRISHYA S KUMAR P N el 5 de En. de 2022
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?

Respuestas (1)

Image Analyst
Image Analyst el 4 de En. de 2022
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 comentarios
Image Analyst
Image Analyst el 5 de En. de 2022
Did you call tech support for help?

Iniciar sesión para comentar.

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by