Functions | |
if (!warned) warned | |
warning ("Octave:deprecated-function","com2str is obsolete and will be removed from a future version of Octave; please use num2str instead") | |
endif | if (nargin< 1||nargin > 2) print_usage() |
endif | if (nargin==1) flg=0 |
Variables | |
function | retval |
if | ( | ! | warned | ) |
warning | ( | "Octave:deprecated-function" | , | |
"com2str is obsolete and will be removed from a future version of Octave; please use num2str instead" | ||||
) |