Skip to main content
1-Visitor
February 10, 2013
Question

Loading Impulse Generator Data into Mathcad

  • February 10, 2013
  • 19 replies
  • 7225 views

Hello all,

I am trying to figure out how to go about loading data that is stored in a text file into mathcad.

My hope is to make some plots using the data, and perhaps some other calculations.

I've attached one of the data files to this thread so you can observe the format of the data. This contains data measurements from a High Voltage Impulse Generator.

Could someone show me how to do this by means of an example?

Thanks again!

19 replies

Werner_E
25-Diamond I
February 10, 2013

I am trying to figure out how to go about loading data that is stored in a text file into mathcad.

No problem, if you get rid of the text lines in front of yor data:

1000kV.png

1-Visitor
February 11, 2013

Werner Exinger wrote:

No problem, if you get rid of the text lines in front of yor data:

If you use READFILE(), you can tell Mathcad to skip over those header lines.

This is particularly handy with one must process multiple files with the same header format.

Werner_E
25-Diamond I
February 11, 2013

1000kV_2.pngYes, this seems to be better. At least if the posters datafiles all have the same number of header lines.