Per #232 , if you set an ERRORLEVEL env variable on Windows before calling Run MATLAB Command, as shown:
set ERRORLEVEL
ERRORLEVEL = test;
it may cause MATLAB to launch with incorrect startup options for your particular version of MATLAB (e.g. using the -batch startup option before -batch existed).
Per #232 , if you set an ERRORLEVEL env variable on Windows before calling Run MATLAB Command, as shown:
it may cause MATLAB to launch with incorrect startup options for your particular version of MATLAB (e.g. using the -batch startup option before -batch existed).