Matlab: Difference between revisions

From RedwoodCenter
Jump to navigationJump to search
(Installing and using matlab)
 
(Blanked the page)
 
(64 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== Installing Matlab ==


Use this Personal License Password and the License File below for
Windows Network Concurrent User installations:
15-33724-53503-15859-10281-56112
Use this License file for Windows and Unix, Linux, and MAC Network
Concurrent User Installations:
<pre>
# BEGIN------cut here------CUT HERE-----BEGIN
# MATLAB license passcode file.
# LicenseNo: 322316  HostID: 00065BBDD7E7
INCREMENT TMW_Archive MLM 15 01-jan-0000 0 8D743E24BEAA03CDD142 \
VENDOR_STRING=500a1 HOSTID=DEMO SN=322316
INCREMENT MATLAB MLM 15 01-jan-0000 5 0D240ED45C3C0A1CE32E \
HOSTID=ID=322316 DUP_GROUP=UH SN=322316
INCREMENT Image_Toolbox MLM 15 01-jan-0000 1 BD44DEC4961182DAFB1E \
HOSTID=ID=322316 DUP_GROUP=UH SN=322316
INCREMENT Optimization_Toolbox MLM 15 01-jan-0000 1 \
BD244EF43AEC445E7346 HOSTID=ID=322316 DUP_GROUP=UH SN=322316
INCREMENT Signal_Toolbox MLM 15 01-jan-0000 1 7DC40E24D06F2635B19B \
HOSTID=ID=322316 DUP_GROUP=UH SN=322316
INCREMENT Statistics_Toolbox MLM 15 01-jan-0000 1 \
3D14EE1493649817D3DB HOSTID=ID=322316 DUP_GROUP=UH SN=322316
# END------cut here------CUT HERE-----END
</pre>
== Running Matlab (server license) ==
There are two ways to tell your computer to use the server license (from redwood.berkeley.edu):
* either replace the file license.dat by a text file with the following content:
<pre>
# BEGIN------cut here------CUT HERE-----BEGIN
# MATLAB license passcode file.
# LicenseNo: 322316  HostID: ID=322316
SERVER redwood.berkeley.edu ID=322316 27000
USE_SERVER
# END------cut here------CUT HERE-----END
</pre>
* or set the environment variable MLM_LICENSE_FILE to 27000@redwood.berkeley.edu
for the cshell, the command is
<pre>
setenv MLM_LICENSE_FILE 27000@redwood.berkeley.edu
</pre>
for the bash, the command is
<pre>
MLM_LICENSE_FILE=27000@redwood.berkeley.edu
export MLM_LICENSE_FILE
</pre>
== Running Matlab (stand-alone license) ==
replace the file license.dat by a stand-alone license file (email kilian [mailto:kilian@berkeley.edu] to get one.

Latest revision as of 22:23, 31 August 2011