Navigation

Operators and Keywords

Function List:

C++ API

Built-in Function: val = java_matrix_autoconversion ()
Built-in Function: old_val = java_matrix_autoconversion (new_val)
Built-in Function: java_matrix_autoconversion (new_val, "local")

Query or set the internal variable that controls whether Java arrays are automatically converted to Octave matrices.

The default value is false.

When called from inside a function with the "local" option, the variable is changed locally for the function and any subroutines it calls. The original variable value is restored when exiting the function.

See also: java_unsigned_autoconversion, debug_java.

Package: octave