comparison scripts/deprecated/java_convert_matrix.m @ 19628:fe689210525c gui-release

maint: Periodic merge of stable to gui-release.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:05:42 -0500
parents e124ae274013 446c46af4b42
children
comparison
equal deleted inserted replaced
19624:6d75f1683ce8 19628:fe689210525c
20 ## @deftypefn {Built-in Function} {@var{val} =} java_convert_matrix () 20 ## @deftypefn {Built-in Function} {@var{val} =} java_convert_matrix ()
21 ## @deftypefnx {Built-in Function} {@var{old_val} =} java_convert_matrix (@var{new_val}) 21 ## @deftypefnx {Built-in Function} {@var{old_val} =} java_convert_matrix (@var{new_val})
22 ## @deftypefnx {Built-in Function} {} java_convert_matrix (@var{new_val}, "local") 22 ## @deftypefnx {Built-in Function} {} java_convert_matrix (@var{new_val}, "local")
23 ## Query or set the internal variable that controls whether Java arrays are 23 ## Query or set the internal variable that controls whether Java arrays are
24 ## automatically converted to Octave matrices. The default value is false. 24 ## automatically converted to Octave matrices. The default value is false.
25 ## 25 ##
26 ## When called from inside a function with the @qcode{"local"} option, the 26 ## When called from inside a function with the @qcode{"local"} option, the
27 ## variable is changed locally for the function and any subroutines it calls. 27 ## variable is changed locally for the function and any subroutines it calls.
28 ## The original variable value is restored when exiting the function. 28 ## The original variable value is restored when exiting the function.
29 ## @seealso{java_matrix_autoconversion, java_unsigned_conversion, java_debug} 29 ## @seealso{java_matrix_autoconversion, java_unsigned_conversion, java_debug}
30 ## @end deftypefn 30 ## @end deftypefn