converting string to float....
807605Jun 11 2007 — edited Jun 13 2007hi,
am tryin o read a file and it has datas like as below
6.84464E-03 1.73275E-03 5.26343E-03 1.91723E-02 2.62422E-02 1.72165E-02
5.14687E-03 3.57361E-03 5.69188E-03-5.09780E-03-2.50582E-02-3.34189E-02
these are numbers in exp foem, i have to read the file and convert this into a float number like
6.84464E-03 == 0.00684464, since i haev to store them in a 3- dimensional matrix.
can anyone help me, how to do.
thank you.