Path: news.mathworks.com!not-for-mail
From: "Ashwini Deshpande" <vd.ashwini@mathworks.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Simple simulink problem
Date: Wed, 21 Oct 2009 13:02:20 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 12
Message-ID: <hbn0os$a6e$1@fred.mathworks.com>
References: <hbm94m$9bn$1@fred.mathworks.com> <hbmrth$md$1@fred.mathworks.com>
Reply-To: "Ashwini Deshpande" <vd.ashwini@mathworks.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1256130140 10446 172.30.248.37 (21 Oct 2009 13:02:20 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 21 Oct 2009 13:02:20 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1101624
Xref: news.mathworks.com comp.soft-sys.matlab:578964


 
> Don't use the constant block, use the repeating sequence block:
> http://www.mathworks.com/access/helpdesk/help/toolbox/simulink/slref/repeatingsequence.html
> 
> HTH,
> 
> Arnaud 
> 
Thanks ,
My requirement something similar to the repeating sequence block, there i want to have the sequence of zeros and ones, but it expects that the sequence should be in ascending order.
what do i do??
Ashwini