Path: news.mathworks.com!not-for-mail
From: "us " <us@neurol.unizh.ch>
Newsgroups: comp.soft-sys.matlab
Subject: Reading data into matlab
Date: Fri, 27 Jul 2007 16:53:57 +0000 (UTC)
Organization: Universit&#228;tsSpital Z&#252;rich
Lines: 19
Message-ID: <f8d7v4$bva$1@fred.mathworks.com>
References: <f8b7sr$gbt$1@fred.mathworks.com> <f8bjea$jnq$1@fred.mathworks.com> <f8bko6$a7o$1@fred.mathworks.com> <f8d3qo$6ov$1@fred.mathworks.com> <f8d5qg$4i$1@fred.mathworks.com>
Reply-To: "us " <us@neurol.unizh.ch>
NNTP-Posting-Host: webapp-00-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1185555237 12266 172.30.248.35 (27 Jul 2007 16:53:57 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 27 Jul 2007 16:53:57 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 11
Xref: news.mathworks.com comp.soft-sys.matlab:421458


Felipe Sediles:
<SNIP down to bad news...

> ??? Function name must be a string.

well, it seems that you do not have the latest ML version...
here (2007a) the output is as expected

     rb{:} % each group in a different cell:
% ans =
%  1       -31.75            0        3.175
%  2       -31.75          5.8        3.175
% ans =
% 10       -31.75            0        3.175
% 20       -31.75          5.8        3.175
% 30       -31.75          5.8        3.175

can you upgrade?
us