o_whos
returns a detailed description
of the variables defined in the current Octave session.o_whos(..., options, rm.ans = FALSE)
o_who
and o_whos
. Only names matching
any of the patterns are returned.who
. See section Octave Documentation.ans
should be included in the
result (FALSE
) or removed (TRUE
).