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

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

[Octave-bug-tracker] [bug #51798] Array of java objects


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #51798] Array of java objects
Date: Mon, 21 Aug 2017 15:53:44 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #2, bug #51798 (project octave):

I think this could be interpreted as a feature request to add support for
horzcat and vertcat with Java objects, so that something like


x = javaObject ("java.lang.Double", 0);
y = [x, x];
z = [x; x];


would automatically create Java array objects.

That is briefly touched on in
https://www.mathworks.com/help/matlab/matlab_external/concatenate-java-arrays.html,
so I assume that Matlab supports bracket array construction, cat, horzcat, and
vertcat.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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