How can I pass command line arguments to a standalone MATLAB executable running on Linux/UNIX?
I need to compile my MATLAB script as a standalone file that can be r
You can't really run MATLAB on a computer without MATLAB. You can install the MCR (MATLAB Component Runtime), which is free to install, and run MATLAB programs. To build a 'standalone' executable you'll also need the MATLAB compiler.
Once you have all that. MATLAB has all the facilities you need to handle command line arguments in the way your require.