[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to vectorize in the octave
From: |
c. |
Subject: |
Re: how to vectorize in the octave |
Date: |
Mon, 12 Nov 2012 18:47:07 +0100 |
On 12 Nov 2012, at 18:39, Herier chen wrote:
> what is the difference between "/" and "./" .
type
doc 'arithmetic operators'
at the Octave prompt or look at the followin link:
http://www.gnu.org/software/octave/doc/interpreter/Arithmetic-Ops.html#Arithmetic-Ops
> and how to find these operators definition in the octave help document.
type
help './'
or
help '/'
at the Octave prompt.
c.