Simplified MATLAB Install: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Jpr@uab.edu (talk | contribs) (→MATLAB Simplified Install: Talk link) |
||
Line 3: | Line 3: | ||
== MATLAB Simplified Install == | == MATLAB Simplified Install == | ||
A quick sketch of the install: | A quick sketch of the install (Please engage in the [[Talk:Simplified MATLAB Install|Discussion]] to improve documentation of these steps): | ||
# Download and install MATLAB (to get download rights contact your local IT person or [[User:Mbolding@uab.edu | mbolding@uab.edu]] ) | # Download and install MATLAB (to get download rights contact your local IT person or [[User:Mbolding@uab.edu | mbolding@uab.edu]] ) |
Revision as of 16:56, 8 March 2011
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 (Please engage in the Discussion to improve documentation of these steps):
- Download and install MATLAB (to get download rights contact your local IT person or mbolding@uab.edu )
- 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
libXp.so.6 Error when starting MATLAB on a Red Hat / Fedora workstation
When executing 'matlab' on a Red Hat / Fedora workstation you may receive the following error:
'bin/glnxa64/MATLAB: error while loading shared libraries: libXp.so.6: cannot open shared object file: No such file or directory"
The solution is to install the libXp package (this will require root privileges)
$ sudo yum install libXp