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: Bård Skaflestad
Subject: Re: "size(foo)" vs "size foo" (octave-3.4.3)
Date: Fri, 3 Feb 2012 17:07:16 +0100

On Fri, 2012-02-03 at 16:39 +0100, Sergei Steshenko wrote:
> octave:18> size(foo)
> ans =
> 
>    8192      1
> 
> octave:19> size foo
> ans =
> 
>    1   3

Of course.  Why does this surprise you?  Seriously.  You should learn
about the difference between function and command syntax.

A good place to start is

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


Sincerely,
-- 
Bård Skaflestad <address@hidden>
SINTEF ICT, Applied Mathematics



reply via email to

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