matlab app numeric box wont update real time

1 visualización (últimos 30 días)
Robert Scott
Robert Scott el 2 de Ag. de 2021
Comentada: Robert Scott el 2 de Ag. de 2021
So i built a small app and for the sake of the example
I have a for loop in it that runs k times
inside of the for loop i have the index pointed to a numeric field in the app
Aka i want it to print out what index its at.
It will not update real time. It will only update it onces the loop is funished despite the call to transfer the index into the box.Value property is inside the loop.
What is up with this?

Respuesta aceptada

Mohammad Sami
Mohammad Sami el 2 de Ag. de 2021
include the drawnow command in your loop to force an update to the UI.
  1 comentario
Robert Scott
Robert Scott el 2 de Ag. de 2021
Thanks that worked but wow
That just killed my loops speed
more then 10ms more per iterations
I wont be able to use that. That is really really really bad.
Why cant matlab make anything that is actually fast?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Loops and Conditional Statements en Help Center y File Exchange.

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by