Re: [OctDev] How to pass an Octave matrix to JVM via java_invoke()

2011-04-04 Thread Michael Goffioul
On Mon, Apr 4, 2011 at 7:21 PM, bzink wrote: > Hello, Could someone who is familiar with the Java package explain how to > pass a 2D octave array to a java method? > > When I try the following java method > > package naa.tools; > public class Matlab > { > static public String isa(double [][] x) {

[OctDev] How to pass an Octave matrix to JVM via java_invoke()

2011-04-04 Thread bzink
Hello, Could someone who is familiar with the Java package explain how to pass a 2D octave array to a java method? When I try the following java method package naa.tools; public class Matlab { static public String isa(double [][] x) { return "double [][]";} static public String isa(Object x) {r