... import data from a .txt file?
Hi there,
I have some .txt files with a large ammount of measuring Data, which i would want to draw in a XY-Graph. It is structured as follows:
1 15.0000 1.120000E+02
2 15.0003 1.460000E+02
3 15.0006 1.140000E+02
4 15.0008 1.340000E+02
5 15.0011 6.600000E+01
6 15.0014 1.100000E+02
7 15.0017 1.370000E+02
8 15.0019 6.000000E+01
9 15.0022 9.200000E+01
10 15.0025 5.200000E+01
and so on, till:
53197 39.9963 9.000000E+01
53198 39.9971 9.900000E+01
53199 39.9978 3.000000E+01
53200 39.9985 4.900000E+01
53201 39.9993 1.330000E+02
1st Column is just numbering through the measuring points. I wouldn't need to read this in. But if it ain't possible not to read it in, it wouldn't be hard then to eliminate this row in maple i guess.
2nd Column is be the Data for the X-Axis then
3rd Column is the Data for the Y-Axis.
(it is Detecting Ions in a Mass Spectrometer.. X=Molecule Mass, Y=Counts)
Can some1 tell me how i can read this File in?
I tried the ImportData(); asistant, but i couldn't manage to do the import.
I would be very very happy to get a Step by Step advise from one of you.
thx allready! :)

Loading Comments & Answers