MATLAB: Is the MATLAB installation missing some directories

MATLAB

After a successful installation the MATLAB root directory is missing some required sub-directories. The most common is $MATLAB/bin.

Best Answer

These errors are most often caused by the architecture not being detected properly. Confirm that uname -a shows the correct architecture for installation and that the shown architecture is selected during the installation process.
If you have installed on a UNIX/Linux/Mac machine, then attempt to run the following command to reinstall MATLAB using built in scripts:
$MATLAB/install_matlab
where $MATLAB is the root MATLAB directory.
If the installation is still incomplete, remove the installation directory and reinstall.