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: lukshuntim
Subject: Re: "size(foo)" vs "size foo" (octave-3.4.3)
Date: Sat, 04 Feb 2012 11:06:51 +0800
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0) Gecko/20120130 Thunderbird/10.0

On 02/04/2012 12:10 AM, Jordi Gutiérrez Hermoso wrote:
> 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.

Is there any (help) command/function to show whether a name is a
function or a command?

Regards,
ST
-- 


reply via email to

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