Hello,
I recently discovered that the package fuzzy-logic-toolkit works under
Octave 3.2.4 but not under 3.4.0. The problem results from a sequence
of operations similar to:

      a = []
      b = struct ('x', 1, 'y', 2)
      a = [a, b]

which in 3.4.0 produces the error:

      error: concatenation operator not implemented for `scalar
struct' by `scalar struct' operations

Is this error expected?
Thanks,
L.

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to