Simplified MATLAB Install
Revision as of 22:17, 23 February 2011 by Mhanby@uab.edu (talk | contribs)
Attention: Research Computing Documentation has Moved
https://docs.rc.uab.edu/
https://docs.rc.uab.edu/
Please use the new documentation url https://docs.rc.uab.edu/ for all Research Computing documentation needs.
As a result of this move, we have deprecated use of this wiki for documentation. We are providing read-only access to the content to facilitate migration of bookmarks and to serve as an historical record. All content updates should be made at the new documentation site. The original wiki will not receive further updates.
Thank you,
The Research Computing Team
This is a stub. Please see the MATLAB application page for more information and a general overview of MATLAB and its use at UAB.
MATLAB Simplified Install
A quick sketch of the install:
- Download and install MATLAB
- Add the following content to the network.lic file in the installation
SERVER lmgr.uabgrid.uab.edu 27000 USE_SERVER
On Mac's this file is located in /Applications/MATLAB_R2010a.app/licenses/network.lic
Common Issues
- Error when starting MATLAB on a Red Hat / Fedora workstation
- "bin/glnxa64/MATLAB: error while loading shared libraries: libXp.so.6: cannot open shared object file: No such file or directory"
- Install the libXp package (this will require root privileges)
$ sudo yum install libXp