How to Convert Igor to Matlab
Leo Medeiros
I have a .pxp file and I need to open it with Matlab program. I browsed the whole net and didn't find a program that could convert .pxp to .mat.
If there isn't a convertion program, does anybody know if there is a routine in Matlab that could help me?
Leo
If you are only interested in the waves, you can export them in one program and open them in the other one.
The format for the pxp format is documented in a Igor Pro Tech note "PTN003 Writing Packed Files".
So you could write a C library for MATLAB to read the waves out of a pxp. But this might get a bit involved though.
Hope that helps,
Thomas
April 12, 2011 at 01:23 am - Permalink