1-Visitor
October 29, 2010
Question
matrix computation issue
- October 29, 2010
- 1 reply
- 2131 views
Having problem with matrix computations.
I want "Io" to be 2 dimensional matrix
the rows of "Io" are the days "d" which calculate "Deltad" and "eo" so both of these variables are a 12X1 row vector.
the columns of "Io" are the hour angles (w1 and w2) which are 1X14 column.
So you pick one day from the iterate through the hours to calculate the columns for that day. then you move to the next day and do the same.
so in the end you have a 12x14 "Io" matrix
File is attached

