Simplified MATLAB Install: Difference between revisions

From Cheaha
Jump to navigation Jump to search
m (Added the license file path for Linux)
Line 5: Line 5:
A quick sketch of the install (Please engage in the [[Talk:Simplified MATLAB Install|Discussion]] to improve documentation of these steps):
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]] )
===Installation===
# Add the following content to the network.lic file in the installation
#Follow the instructions detailed in [[Downloading and Installing MATLAB]].  An outline of these installation steps are as follows:
## [http://www.mathworks.com/accesslogin/createProfile.do Create an account at the Mathworks site] using your campus @uab.edu email address if you do not have one already.
##Request an activation [[Get a UAB Mathworks key | key]].
##Associate to the campus-wide license using your activation key.
##Download the software from [http://www.mathworks.com/downloads/web_downloads/agent_check?s_cid=mwa-cmlndedl&mode=gwylf&refer=mwa mathworks download site] and install.
#Activate the software: Add the following content to the network.lic file in the installation
  SERVER lmgr.uabgrid.uab.edu 27000
  SERVER lmgr.uabgrid.uab.edu 27000
  USE_SERVER
  USE_SERVER

Revision as of 19:54, 30 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):

Installation

  1. Follow the instructions detailed in Downloading and Installing MATLAB. An outline of these installation steps are as follows:
    1. Create an account at the Mathworks site using your campus @uab.edu email address if you do not have one already.
    2. Request an activation key.
    3. Associate to the campus-wide license using your activation key.
    4. Download the software from mathworks download site and install.
  2. Activate the software: 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

On Linux systems it is usually located at /usr/local/matlabR2010a/licenses/network.lic (conditional to the install location being /usr/local)

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