Difference between revisions of "Matlab add-ons"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) (Created page with "==Matlab 2012a== University of Florida license covers the following components: <pre> MATLAB Version 7.14 (R2012a) Simulin...") |
|||
Line 1: | Line 1: | ||
− | == | + | ==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. | |
+ | ==Determining add-ons== | ||
+ | In order to determine which add-ons are available, you must first get into Matlab: | ||
<pre> | <pre> | ||
− | + | [jka@dev1 glnxa64]$ module load matlab | |
− | + | [jka@dev1 glnxa64]$ 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. | |
− | + | </pre> | |
− | + | From here, you can then issue the ''ver'' command: | |
− | + | <pre> | |
− | + | >> 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) | |
− | + | . | |
− | + | . | |
− | + | . | |
− | |||
− | Simulink | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</pre> | </pre> | ||
− |
Revision as of 21:32, 14 May 2014
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.
Determining add-ons
In order to determine which add-ons are available, you must first get into Matlab:
[jka@dev1 glnxa64]$ module load matlab [jka@dev1 glnxa64]$ 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) . . .