Difference between revisions of "Matlab add-ons"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) |
|||
Line 1: | Line 1: | ||
+ | [[Category:Software]] | ||
+ | [[Matlab|back to Matlab page]] | ||
==Previous Versions== | ==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: | 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> | ||
− | + | $ module load 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
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) . . .