octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #37247] error: octave_base_value::array_value(


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #37247] error: octave_base_value::array_value(): wrong type argument `complex matrix'
Date: Sat, 01 Sep 2012 15:23:51 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0

Follow-up Comment #2, bug #37247 (project octave):

One addition:

The statement that sets DCK is:
DCK  = exp(complex(0, pi*AF));
The error occurs if AF=0,
and therefore DCK is real, DCK=1.  If AF != 0 the loop
executes without error.

APC  = DCK;
for K = 1:NT6;
  DC(K,1) = DT(K)*APC;
  APC = APC*DCK;
endfor;


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37247>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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