Difference between revisions of "Matlab add-ons"

From UFRC
Jump to navigation Jump to search
 
Line 1: Line 1:
 +
[[Category:Software]]
 +
[[Matlab|back to Matlab page]]
 
==Previous Versions==
 
==Previous Versions==
Previously we used to list all of the Add-Ons available with our license of Matlab. As time goes on, this list can change because the add-ons are managed by the campus licensing group and not be Research Computing. So instead of showing the list here, we instead will show you how to get the list yourself of what is available.
+
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.
==Determining add-ons==
+
==Listing available add-ons==
 
In order to determine which add-ons are available, you must first get into Matlab:
 
In order to determine which add-ons are available, you must first get into Matlab:
 +
 +
* Start a [[Development_and_Testing|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_Programs|gui session]]
 
<pre>
 
<pre>
[jka@dev1 glnxa64]$ module load matlab
+
$ module load matlab
[jka@dev1 glnxa64]$ matlab
+
$ matlab
  
 
                                                               < M A T L A B (R) >
 
                                                               < M A T L A B (R) >

Latest revision as of 14:11, 30 June 2017

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)
.
.
.