Dec 10, 2006 #1 majalauro Computer Joined Dec 10, 2006 Messages 2 Location CZ Hi, I need to stop executing program in Matlab for a specific time (in seconds) but I can't find any function which can do this. Somethig analogous to sleep(t) %(where 't' is time in miliseconds) in Delphi. Thank's for your help. Bye.
Hi, I need to stop executing program in Matlab for a specific time (in seconds) but I can't find any function which can do this. Somethig analogous to sleep(t) %(where 't' is time in miliseconds) in Delphi. Thank's for your help. Bye.
Dec 10, 2006 #2 mstachowsky Aerospace Joined Sep 30, 2006 Messages 4 Location GB use pause(time_in_milliseconds) mike Upvote 0 Downvote
Dec 10, 2006 #3 mstachowsky Aerospace Joined Sep 30, 2006 Messages 4 Location GB oops! its time in seconds, not milliseconds. sorry about that mike Upvote 0 Downvote
Dec 10, 2006 Thread starter #4 majalauro Computer Joined Dec 10, 2006 Messages 2 Location CZ Thank's a lot, it works..... Upvote 0 Downvote