Where is the MATLAB command line binary after installing MATLAB MCR?
Show older comments
Hello, I'm a system admimistrator trying to install the MATLAB compiler runtime for a few students at the lab.
I then upzipped it and followed the rather unorthodox procedure to install it headless:
make a file with:
agreeToLicense=yes
isSilent=true
destinationFolder=/data/opt/matlab
then run like
./install -inputFile /data/opt/matlab_inst/installer_input.txt -mode silent
This completed successfully. It also provided some extra args to add to add to LD_LIBRARY_PATH which I did.
However in the installation directory I'm not able to find the MATLAB command line executables. For example I recall at one point where used to be binaries called "matlab" and "MATLAB" under either 'bin' or 'bin/glnxa64' Now I can only find 'MATLABWebUI' or 'MATLABWindow' -- where are the binaries that can be used to launch matlab scripts without a UI? have they been renamed somewhere?
Answers (0)
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!