search for: messdaten

Displaying 2 results from an estimated 2 matches for "messdaten".

2009 Sep 03
1
encoding problem using xml package
...ms occure. E.g. german Umlaut will be red correctly. I assume that the occurs due to (internal?) conversion to utf-8. To illustrate the problem, I have wrote to xml files. File Test 1 ----------- <?xml version="1.0" encoding="ISO-8859-1"?> <Daten> <ITEM> <Messdaten> <MESSUNG> <BEZEICHNUNG>Länge</BEZEICHNUNG> </MESSUNG> </Messdaten> </ITEM> </Daten> File Test 2 ----------- <?xml version="1.0" encoding="utf-8"?> <Daten> <ITEM> <Messdaten> <MESSUNG...
2005 May 23
1
How to convert a character string to a number
...E-02 -3,931500E-01 0,000000E+00 2,499996E-02 -3,931399E-01 0,000000E+00 2,499996E-02 -3,931300E-01 0,000000E+00 3,499996E-02 but when I try to to plot the values from the second column, the plot shows the wrong values. That's what I do in R: read.table("C:\\Messdaten\\epp1_1_ver.txt")->sh1 > sh1[1:10,2] [1] -2.000000E-01 -1.000000E-01 0.000000E+00 -1.000000E-01 -1.000000E-01 3.000000E-01 -3.000000E-01 0.000000E+00 [9] 0.000000E+00 0.000000E+00 1707 Levels: -1,000000E-01 -1,000000E+00 -1,000000E+01 -1,002000E+02 -1,003000E+02 -1,004000E+02...