help-octave
[Top][All Lists]
Advanced

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

Re: Help-octave Digest, Vol 53, Issue 60


From: Jordi Gutiérrez Hermoso
Subject: Re: Help-octave Digest, Vol 53, Issue 60
Date: Mon, 23 Aug 2010 14:03:24 -0500

On 23 August 2010 12:56, address@hidden
<address@hidden> wrote:
> I cannot understand which syntax sign must be used.

I am not sure if you're responding to anything that you're quoting,
but I think you're just asking this:

    octave:1> x = 1:10; eval("x.^2")
    ans =

         1     4     9    16    25    36    49    64    81   100

    octave:2> x = 1:10; x.^2
    ans =

         1     4     9    16    25    36    49    64    81   100

HTH,
- Jordi G. H.


reply via email to

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