How to Convert Igor files to Matlab

22 views (last 30 days)
Hey, guys, I'm new to Matlab and I'd like to know if there is a way to open Igor files in Matlab. I have a .pxp file (Igor) 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
  1 Comment
Eugenio
Eugenio on 13 Feb 2023
Hi, install origin trial, read igor and export as csv.
Best regards.

Sign in to comment.

Accepted Answer

Walter Roberson
Walter Roberson on 11 Apr 2011
If you have Igor Pro then you can use ActiveX to tell Igor to load the file and export it in a text format.
  1 Comment
Walter Roberson
Walter Roberson on 11 Apr 2011
How big is the text file, and about how many values does it contain? Are they integers or double precision numbers? Is there a structure to the text file or is it just a big array? Do you need all of the information from the text file or just some of it, and if so would it be possible to determine at the time you were reading a particular line whether you wanted that line or not?
(I don't know anything about Igor files.)

Sign in to comment.

More Answers (1)

Leo Medeiros
Leo Medeiros on 11 Apr 2011
Hi, Walter! I've already converted my file into a .txt one, but the problem is that it is so large that Matlab can't load it properly. Is there another way?

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!