On Fri, Oct 23, 2009 at 10:57 AM, Jaroslav Hajek <high...@gmail.com> wrote:
>
> parcellfun works like cellfun, so this usage is incorrect. see help
> for cellfun.
> Also, for questions that concern exclusively OctaveForge functions,
> please use the OctaveForge mailing list.
>
> octave:1> a = parcellfun (2, @sin, {1, 2})
> parcellfun: 2/2 jobs done
> a =
>
>   0.84147   0.90930
>

Thanks. Sorry about the mail list confusion. I'm getting
octave:1> a = parcellfun(2, @sin, {1,2})
parcellfun: 2/2 jobs done
warning: broken pipe -- some output may be lost

At this point octave seems to hang indefinitely. I'm running 64 bit
Kubuntu 9.04. Octave is 3.3.50+ checked out yesterday.

Michael

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to