Skip to main content
1-Visitor
December 19, 2013
Solved

Exporting data from Mathcad to Excel

  • December 19, 2013
  • 2 replies
  • 4396 views

Hey guys,

I have a mathcad program that solves differential equations. In the past I have created an array of all the data I wanted to export and just copied the array into Excel. This time, however, it doesn't work.

I need to export and from Mathcad 15 to compare it to the data from excel. Can someone show me a way I can either inport to excel or have excel inport to mathcad? I have attached the file with the data I need exported.

Thank you!

Best answer by Werner_E

It seems that you should set xi1 to 1 and not to 100.

Furthermore using augment you have to take are that the vector dimensions match, So you would have to set the last parameter in the calculation of y0Vec to 100 instead of the 200 you have.

2 replies

Werner_E
Werner_E25-Diamond IAnswer
25-Diamond I
December 19, 2013

It seems that you should set xi1 to 1 and not to 100.

Furthermore using augment you have to take are that the vector dimensions match, So you would have to set the last parameter in the calculation of y0Vec to 100 instead of the 200 you have.

1-Visitor
December 19, 2013

Thank you!!!!