comparison scripts/miscellaneous/symvar.m @ 12575:d0b799dafede

Grammarcheck files for 3.4.1 release.
author Rik <octave@nomad.inbox5.com>
date Mon, 04 Apr 2011 15:33:46 -0700
parents fd0a3ac60b0e
children a1e386b9ef4b
comparison
equal deleted inserted replaced
12574:89604fa96d2f 12575:d0b799dafede
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} symvar (@var{s}) 20 ## @deftypefn {Function File} {} symvar (@var{s})
21 ## Identifies the argument names in the function defined by a string. 21 ## Identif the argument names in the function defined by a string.
22 ## Common constant names such as @code{pi}, @code{NaN}, @code{Inf}, 22 ## Common constant names such as @code{pi}, @code{NaN}, @code{Inf},
23 ## @code{eps}, @code{i} or @code{j} are ignored. The arguments that are 23 ## @code{eps}, @code{i} or @code{j} are ignored. The arguments that are
24 ## found are returned in a cell array of strings. If no variables are 24 ## found are returned in a cell array of strings. If no variables are
25 ## found then the returned cell array is empty. 25 ## found then the returned cell array is empty.
26 ## @end deftypefn 26 ## @end deftypefn