Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
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!
Solved! Go to Solution.
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.
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.
Thank you!!!!