The problem of timer's period delay

1 visualización (últimos 30 días)
Haksun Lee
Haksun Lee el 10 de Jul. de 2014
Respondida: per isakson el 12 de Jul. de 2014
I use timer function to update pictures and set 'period' as 1s.
But as time passes, timer's period is growing such as 1.1s, 1.2s, 1.3s.... (I checked through handles.timer)
Why does it happens?
I expect that it happens because a lot of pictures are updated during timer's period.
Does picture update affect on timer's period?
Please let us know. Thank you.

Respuestas (1)

per isakson
per isakson el 12 de Jul. de 2014
  • 'ExecutionMode' and
  • 'BusyMode'
are relevant to your problem. Are you sure 1s is enough to update the pictures?

Categorías

Más información sobre Variables en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by