octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error with pkg.m (== isspace does work with cell arrays anymore)


From: John W. Eaton
Subject: Re: Error with pkg.m (== isspace does work with cell arrays anymore)
Date: Mon, 25 Feb 2008 20:01:48 -0500

On 25-Feb-2008, Daniel J Sebald wrote:

| so why couldn't we do:
| 
| octave:34> filenames{:}(:)
| error: can't perform indexing operations for cs-list type
| octave:34>
| 
| in the instance where every element of the list is a character?

Because a comma separated list (the result of something like
filenames{:}) is not something that can be assigned a single variable.
Think of it as an argument list, not a single object.

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]