Apr 19, 2008 #1 N Nikolas83 Junior Member level 2 Joined Oct 17, 2006 Messages 20 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,281 Activity points 1,411 matlab timer I have a programm,which i construct.. in matlab.. And i am wondering if anyone knows,the syntax of timer..i want the timer count ,when my @handle function is in progress.. I have comfused little bit.. Thanks
matlab timer I have a programm,which i construct.. in matlab.. And i am wondering if anyone knows,the syntax of timer..i want the timer count ,when my @handle function is in progress.. I have comfused little bit.. Thanks
May 6, 2008 #2 H harman16 Junior Member level 2 Joined Mar 25, 2007 Messages 22 Helped 3 Reputation 6 Reaction score 2 Trophy points 1,283 Activity points 1,373 timer matlab t = timer('TimerFn',@mycallback, 'Period', 10.0);