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: Daniel J Sebald
Subject: Re: Error with pkg.m (== isspace does work with cell arrays anymore)
Date: Mon, 25 Feb 2008 22:17:03 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020

Daniel J Sebald wrote:

octave:5> isspace([filenames2{}])
ans =

  1   1   1   1

octave:6>

Don't even need the braces:

octave:10> isspace([filenames2])
ans =

  1
  1
  1
  1




reply via email to

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