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) {
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