Matlab add-ons

From UFRC
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

back to Matlab page

Previous Versions

Matlab add-ons are managed by the campus licensing group and not be Research Computing. Here's how to get the list of available add-ons.

Listing available add-ons

In order to determine which add-ons are available, you must first get into Matlab:

  • Start a dev session
  • Open a matlab console. Note the commands below are also available in the Matlab command window when using a Matlab gui in a gui session
$ module load matlab
$ matlab

                                                               < M A T L A B (R) >
                                                     Copyright 1984-2013 The MathWorks, Inc.
                                                       R2013a (8.1.0.604) 64-bit (glnxa64)
                                                                February 15, 2013

No window system found.  Java option 'Desktop' ignored.
 
To get started, type one of these: helpwin, helpdesk, or demo.
For product information, visit www.mathworks.com.

From here, you can then issue the ver command:

>> ver
-------------------------------------------------------------------------------------------------------
MATLAB Version: 8.1.0.604 (R2013a)
MATLAB License Number: 191877
Operating System: Linux 2.6.32-279.19.1.el6.x86_64 #1 SMP Sat Nov 24 14:35:28 EST 2012 x86_64
Java Version: Java 1.6.0_17-b04 with Sun Microsystems Inc. Java HotSpot(TM) 64-Bit Server VM mixed mode
-------------------------------------------------------------------------------------------------------
MATLAB                                                Version 8.1        (R2013a)
Simulink                                              Version 8.1        (R2013a)
Bioinformatics Toolbox                                Version 4.3        (R2013a)
Communications System Toolbox                         Version 5.4        (R2013a)
Computer Vision System Toolbox                        Version 5.2        (R2013a)
.
.
.