[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using functions "real" and "imag" in vector
From: |
John W. Eaton |
Subject: |
Re: Using functions "real" and "imag" in vector |
Date: |
Sat, 13 Jun 2009 02:24:47 -0400 |
On 13-Jun-2009, James Sherman Jr. wrote:
| As written there, it works fine for me. The error would seem to indicate
| that there was no input to the real function, hence too few inputs (real
| expects one input).
|
| I don't think this should make a difference, but try removing the space
| between real and (1). Honestly, I'm kinda stumped at what would cause that
| error here.
http://www.gnu.org/software/octave/doc/interpreter/Matrices.html#Matrices
Read the part about how spaces are interpreted inside [ ].
jwe