Incomplete MATLAB syntax cause JMP to hang on macOS
Background
Currently on macOS, submitting any incomplete MATLAB syntax can cause JMP to hang. The hang experienced by JMP is the result of MATLAB getting stuck in a waiting state.
For example, a user submits the following MATLAB syntax via MATLAB Submit(). Note the *]* is missing in the malformed MATLAB expression.
MATLAB Init();
Matlab Submit("
a = [5;5;5
");
As a result, MATLAB get...
Wendy_Murphrey