Path: news.mathworks.com!not-for-mail
From: "Kevin " <kedecuyp@mathworks.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Making a step x seconds after a subsystem is enabled
Date: Thu, 29 May 2008 15:34:01 +0000 (UTC)
Organization: Universite libre de Bruxelles
Lines: 16
Message-ID: <g1mid9$1es$1@fred.mathworks.com>
References: <g1m3qf$qu3$1@fred.mathworks.com> <g1mfhg$408$1@fred.mathworks.com>
Reply-To: "Kevin " <kedecuyp@mathworks.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 1212075241 1500 172.30.248.38 (29 May 2008 15:34:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 29 May 2008 15:34:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1210415
Xref: news.mathworks.com comp.soft-sys.matlab:471179



"aasim Azooz" <aasimazooz@yahoo.com> wrote in message
<g1mfhg$408$1@fred.mathworks.com>...
> "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

I forgot to say that I'm using Simulink, so it doesn't work.
But thanks anyway