Skip to main content
1-Visitor
April 7, 2017
Question

Export data

  • April 7, 2017
  • 1 reply
  • 3540 views

Hello,

I am using Prime 3.0. I want to export data from a trace in a plot into Excel. How can I do this?

I can see one can import data from Excel, but what about exporting from Mathcad to Excel?

Thanks in advance

Pascal

1 reply

23-Emerald IV
April 7, 2017

One possibility is:

You can use WRITEPRN and APPENDPRN to write successive rows of a matrix to the same output file and after completion read the data into Excel as a (comma separated) delimited file.

Success!
Luc

ptournier1-VisitorAuthor
1-Visitor
April 7, 2017

Thank you. I'll try to do it this way. I have to get my data into a matrix. I have defined how to plot Gain ad Phase of a complex transfer function. I only have the traces so far. I'll try to manage that before using your advise.

Thanks

Pascal

23-Emerald IV
April 8, 2017

I don't have Prime 3 (but Express Prime 3.1 and 4). But I do have Mathcad 11.

You should be able to write a program like this in Prime 3 to produce a .CSV formatted file from a matrix:

Success!
Luc