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 commentaire

Eugenio
Eugenio le 13 Fév 2023
Hi, install origin trial, read igor and export as csv.
Best regards.

Connectez-vous pour commenter.

 Réponse acceptée

Walter Roberson
Walter Roberson le 11 Avr 2011

0 votes

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 commentaire

Walter Roberson
Walter Roberson le 11 Avr 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.)

Connectez-vous pour commenter.

Plus de réponses (1)

Leo Medeiros
Leo Medeiros le 11 Avr 2011

0 votes

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?

Catégories

Community Treasure Hunt

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

Start Hunting!

Translated by