cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
New to using JMP? Hit the ground running with the Early User Edition of Discovery Summit. Register now, free of charge.
Register for our Discovery Summit 2024 conference, Oct. 21-24, where you’ll learn, connect, and be inspired.
Choose Language Hide Translation Bar
thamilton
Level I

Need help getting a MATLAB structure as a JMP data table

I have the following JSL code where I call a MATLAB script, LTDmacroNew, and output a MATLAB structure, sensitivityResults. The MATLAB script saves a .mat file and generates some .png figures. JMP is connecting with MATLAB and doing all of that successfully, however it's only showing the first row of my structure. 

 

image.png

Here is the MATLAB structure with 12 fields/columns and 19 rows

Untitled.png

 

However, the JMP data table only includes the first row and I'm not sure why??? Please help, thank you!

Untitled.png

 

1 REPLY 1
uday_guntupalli
Level VIII

Re: Need help getting a MATLAB structure as a JMP data table

@thamilton,

       Looking through the JMP scripting guide, I see the following: 

 

image.pngwhich tells me that the function is not built for pulling structures. I would recommend transferring the data into a data structure other than structure in Matlab and try again. 

 

 

Best
Uday