Path: news.mathworks.com!not-for-mail
From: "aasim Azooz" <aasimazooz@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Making a step x seconds after a subsystem is enabled
Date: Thu, 29 May 2008 14:45:04 +0000 (UTC)
Organization: Mosul University
Lines: 11
Message-ID: <g1mfhg$408$1@fred.mathworks.com>
References: <g1m3qf$qu3$1@fred.mathworks.com>
Reply-To: "aasim Azooz" <aasimazooz@yahoo.com>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1212072304 4104 172.30.248.38 (29 May 2008 14:45:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 29 May 2008 14:45:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 277505
Xref: news.mathworks.com comp.soft-sys.matlab:471173



"Kevin " <kedecuyp@mathworks.com> wrote in message 
<g1m3qf$qu3$1@fred.mathworks.com>...
> Greetings
> 
> I want to use a step source in an enabled subsystem. The
> problem is that I want the step to happen a certain time
> after the subsystem is enabled. 
> Should I use a timer? Or is there a more simple way?

use wait(time)
Aasim Azooz