Borrar filtros
Borrar filtros

if there is startat, is there also stopat?

1 visualización (últimos 30 días)
Kent Cabarle
Kent Cabarle el 7 de Feb. de 2011
why is there a startat function for timer, but there is none for stopping (such as stopat *if there's any) ?
thank you..

Respuesta aceptada

Walter Roberson
Walter Roberson el 7 de Feb. de 2011
Because it is trivial to write your own?
stopat = @(Timer,stoptime) startat(timer('StartFcn', @(src,evt) stop(Timer)), stoptime);
  9 comentarios
Kent Cabarle
Kent Cabarle el 7 de Feb. de 2011
Sir Walter, it works.. however, this warning went out..
*********************************************************
Warning: One or more timer objects were stopped before
deletion.
*********************************************************
The thing you said "not" times, maybe the result of that.. ^^ .. But still it worked.. thank you.. thumbs up..
Kent Cabarle
Kent Cabarle el 7 de Feb. de 2011
@Jiro: Thanks also for the sharing of idea..it was helpful.. Thank you.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

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

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by