octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #35216] line(x, y, 'propname', 'propvalue') th


From: Rik
Subject: [Octave-bug-tracker] [bug #35216] line(x, y, 'propname', 'propvalue') throw error
Date: Tue, 21 Feb 2012 00:42:30 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2

Follow-up Comment #4, bug #35216 (project octave):

I see.  Well it still looks reasonable to use your approach but I would shift
to using bsxfun rather than broadcasting.  This will avoid having to set and
restore the broadcasting warning state.

The following works:


cellfun (@(x) bsxfun (@times, b, x), varargin(n), "uniformoutput", false)


The try/catch architecture is still needed.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?35216>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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