Hello all,
I'm having difficulty with reading data from external files.
I have to read two inputs from two Excel files. One is a matrix A[3][20] which is stored as a 3x5 matrix (in Excel format) in the file AData.xls and the other one is a vector dV[35] which is stored as a column vector again in the file UnDiff.xls
My first question is how to write these commands? Should it go in a "for" loop? Or should I start from the beginning until eof is true?
Also, the second question is since these parameters are supposed to be constant throughout the runtime, do I need to define them as parameters? If yes, how can I do that?
I appreciate any help,
Thanks