help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "size(foo)" vs "size foo" (octave-3.4.3)


From: Jordi Gutiérrez Hermoso
Subject: Re: "size(foo)" vs "size foo" (octave-3.4.3)
Date: Fri, 3 Feb 2012 11:10:03 -0500

On 3 February 2012 11:03, Ismael Núñez-Riboni <address@hidden> wrote:
> It seems that if you use "size" without the parenthesis it interpretes the
> argument as a string...

This is true of *all* Octave functions.

    foo a b c d;

is *exactly the same* as

    foo("a", "b", "c", "d");

See here:

    http://www.gnu.org/software/octave/doc/interpreter/Commands.html

HTH,
- Jordi G. H.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]