cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
Choose Language Hide Translation Bar
Claire
Level I

opening a .mat file into jmp

I have a matlab data file (.mat extension), I want to read it into a JMP table without loading it in Matlab - is it possible?

1 REPLY 1

Re: opening a .mat file into jmp

Hello Claire,

 

JMP does not read .mat files directly, that is, without Matlab available.  You can probably use the built in Python support in JMP 18 to read the files into a JMP datatable.  Packages like mat4py or scipy should work. They will read the matlab variables into dictionaries or arrays, and then you can assign those to JMP columns within the Python code.  I have not done this myself.

 

Brian Corcoran

JMP Development

Recommended Articles