|
Posted by Sisyphus on August 31, 2006, 6:26 pm
Please log in for more thread options
.
.
> Attempting to run Matlab ...
> 'd:\Applications\MATLAB\R2006b\bin\matlab.bat -nojvm -nodisplay -nosplash'
> does not start Matlab
I guess that's the root of the problem.
I assume that you can run matlab by entering on the command line:
d:\Applications\MATLAB\R2006b\bin\matlab.bat -nojvm -nodisplay -nosplash
And yet the Math::Matlab build process is unable to do that. Perhaps the
single backslashes are being interpolated as escapes. Try telling the
Math::Matlab build process to start matlab using:
d:\Applications\MATLAB\R2006b\bin\matlab.bat -nojvm -nodisplay -nosplash
or
d:/Applications/MATLAB/R2006b/bin/matlab.bat -nojvm -nodisplay -nosplash
Cheers,
Rob
|