help-octave
[Top][All Lists]
Advanced

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

Re: Convert double to octave_value for assignment to column vector


From: babelproofreader
Subject: Re: Convert double to octave_value for assignment to column vector
Date: Tue, 8 Jun 2010 03:21:48 -0700 (PDT)

> You need to use Array and descendants (e.g. Matrix, ColumnVector) to
> pass data to feval

Then I assume I will have to learn how to declare i_slopes etc. as Arrays
and learn the code to resize these Arrays, and then at the beginning of each
moving window loop iteration resize the Arrays, fill them with values within
the body of the loop, and then pass the whole Array to feval? Or is it
possible to do the above by using a repeatedly resized ColumnVector?
-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/Convert-double-to-octave-value-for-assignment-to-column-vector-tp2239451p2247156.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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