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.
Here is the MATLAB structure with 12 fields/columns and 19 rows
However, the JMP data table only includes the first row and I'm not sure why??? Please help, thank you!