help-octave
[Top][All Lists]
Advanced

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

numeric input conversions


From: Philip Engelhardt
Subject: numeric input conversions
Date: Mon, 08 Apr 2002 10:57:51 +0200

Hi!
I´m trying to get data out of a data file in order to assign it to a
variable. For example, my data file "test.dat" looks like this:
#  t[sec]        F[N]            Ex
   1.03         1435.43        0.123
   1.87         1654.54        0.124
   ...
After opening it with "myfile = fopen ("test.dat")", I´d like to assign,

e.g. the second row second column entry of "myfile" to the variable x
for further computation. How can I do that?

Thank you in advance,
Philip Engelhardt






-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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