Path: news.mathworks.com!newsfeed-00.mathworks.com!oleane.net!oleane!freenix!proxad.net!fr.ip.ndsoftware.net!news.newsland.it!news-out.tin.it!news-in.tin.it!news4.tin.it.POSTED!not-for-mail
From: gigio <gigio@tin.it>
Newsgroups: comp.soft-sys.matlab
Subject: Re: easy string manipolation
Message-ID: <lan3b1ppv3imdjai400qc9ecktff21uhus@4ax.com>
References: <lpc3b1p3gdrofngj4bnpurj1sj95mqp263@4ax.com> <ef0adc7.0@webx.raydaftYaTP>
X-Newsreader: Forte Agent 2.0/32.652
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 17
Date: Thu, 16 Jun 2005 20:13:47 GMT
NNTP-Posting-Host: 82.53.24.205
X-Complaints-To: "Please send abuse reports to abuse@tin.it and technical notifications to newsmaster@tin.it"
X-Trace: news4.tin.it 1118952827 82.53.24.205 (Thu, 16 Jun 2005 22:13:47 MET DST)
NNTP-Posting-Date: Thu, 16 Jun 2005 22:13:47 MET DST
Organization: TIN
Xref: news.mathworks.com comp.soft-sys.matlab:285240



On Thu, 16 Jun 2005 16:05:10 -0400, quo <none@email.com> wrote:

>gigio wrote:
>>
>
>rema = strrep(dummy,',',' ');
>cnt = 0;
>while ~isempty(rema)
>cnt = cnt+1;
>[element{cnt}, rema] = strtok(rema,' ');
>end
>
>hth
>-quo

OK! Thanks!