Path: news.mathworks.com!not-for-mail
From: "Jane schimit" <janeschmit@example.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: bug?
Date: Wed, 5 Mar 2008 08:44:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 6
Message-ID: <fqlmgh$n41$1@fred.mathworks.com>
References: <focsbh$9p6$1@fred.mathworks.com> <focvgs$qjo$1@fred.mathworks.com> <fofo7h$sk4$1@fred.mathworks.com>
Reply-To: "Jane schimit" <janeschmit@example.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 1204706642 23681 172.30.248.37 (5 Mar 2008 08:44:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 5 Mar 2008 08:44:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1081724
Xref: news.mathworks.com comp.soft-sys.matlab:455451


You can use:
chan = rayleighchan(...,...);
seed = randseed(..,..);
reset(,seed);

to set rayleighchan's initial state.