this code extract coefs factors in the vectors but i get a constant value in the vectors 0.605271, I have a fault somewhere
Code: Select all
vector(12) v
equation eq
eq.ls y y(-1) y(-2) @expand(@month)
for !i= 1 to 12
for !j=3 to 14
v(!i)=eq.@coef(!j)
next
next
