Path: news.mathworks.com!not-for-mail
From: "Colm " <c.oshea4@nuigalway.ie>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Subscript indices are real integers but getting error saying they are not?
Date: Tue, 31 Jul 2007 15:40:40 +0000 (UTC)
Organization: National University of Ireland, Galway
Lines: 13
Message-ID: <f8nl5o$1be$1@fred.mathworks.com>
References: <f8nk04$7u9$1@fred.mathworks.com> <f8nkek$ghn$1@fred.mathworks.com>
Reply-To: "Colm " <c.oshea4@nuigalway.ie>
NNTP-Posting-Host: webapp-01-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1185896440 1390 172.30.248.36 (31 Jul 2007 15:40:40 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 31 Jul 2007 15:40:40 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 621891
Xref: news.mathworks.com comp.soft-sys.matlab:421869


"us " <us@neurol.unizh.ch> wrote in message <f8nkek$ghn$1@fred.mathworks.com>...
> Colm
> <SNIP function-is-var evergreen...
> 
> one of the (likely) solutions
> 
>      x=1:5;
>      clear mean;
>      mean(x)
> 
> us

I'm sorry. I don't understand what you mean.