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: Michael Goffioul
Subject: Re: Error with pkg.m (== isspace does work with cell arrays anymore)
Date: Mon, 25 Feb 2008 22:21:20 +0100

On 2/25/08, John W. Eaton <address@hidden> wrote:
> I could probably help if I knew what isspace should do for a cell
> array.  Matlab appears to do this:
>
>  >> isspace ({' ', ' ', ' '})
>
>  ans =
>
>       0     0     0
>
>
> Which makes no sense to me.  Is this behavior useful in some way that
> I'm not seeing?

I don't know what's the expected behavior of isspace calls in
pkg.m. Maybe David has a better understanding of this.

Michael.


reply via email to

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