Matlab: Difference between revisions

From RedwoodCenter
Jump to navigationJump to search
No edit summary
 
(Blanked the page)
 
(40 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Installing Matlab ==


== 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 jascha [mailto:jascha@berkeley.edu] with any problems).
standalone license for matlab 2007b:
<pre>
# BEGIN------cut here------CUT HERE-----BEGIN
# MATLAB license passcode file.
# LicenseNo: 322316  HostID: 003048703C5A
INCREMENT TMW_Archive MLM 18 01-jan-0000 0 BDC7839D654CDD555139 \
VENDOR_STRING=200000004100000500a1 HOSTID=DEMO SN=322316
INCREMENT MATLAB MLM 18 01-jan-0000 10 BD37B3ADED9A72F7E0F5 \
HOSTID=ID=322316 DUP_GROUP=UH SN=322316
INCREMENT Data_Acq_Toolbox MLM 18 01-jan-0000 2 1DE723DDBE36683570EC \
HOSTID=ID=322316 DUP_GROUP=UH SN=322316
INCREMENT Database_Toolbox MLM 18 01-jan-0000 2 2D17737DEB3D9CC8743C \
HOSTID=ID=322316 DUP_GROUP=UH SN=322316
INCREMENT Image_Acquisition_Toolbox MLM 18 01-jan-0000 2 \
8D07C3FDED5B0EDC1B36 HOSTID=ID=322316 DUP_GROUP=UH SN=322316
INCREMENT Image_Toolbox MLM 18 01-jan-0000 1 1D67C34D3C2DDBE871F1 \
HOSTID=ID=322316 DUP_GROUP=UH SN=322316
INCREMENT Optimization_Toolbox MLM 18 01-jan-0000 1 \
4D9753BD7C038DFA7983 HOSTID=ID=322316 DUP_GROUP=UH SN=322316
INCREMENT Signal_Toolbox MLM 18 01-jan-0000 1 BDD7B35DD1B31C16A2E2 \
HOSTID=ID=322316 DUP_GROUP=UH SN=322316
INCREMENT Statistics_Toolbox MLM 18 01-jan-0000 1 \
FDF7535D9A72F55C150C HOSTID=ID=322316 DUP_GROUP=UH SN=322316
# END------cut here------CUT HERE-----END
</pre>
== Matlab Users ==
{| border = "1" style="text-align: left;"
|+ '''group license no. 268767 (individual)'''
! user
! matlab !! signal !! image processing !! optimization !! statistics !! wavelet || data acquisition || database || image acquisition
|-
! amir notebook
| 1 || 0 || 0 || 1 || 0 || 0
|-
! bruno notebook
| 1 || 0 || 0 || 0 || 0 || 0
|-
! charles notebook
| 1 || 1 || 1 || 1 || 0 || 0
|-
! chetan notebook
| 1 || 0 || 1 || 0 || 1 || 0
|-
! jack notebook
| 1 || 0 || 1 || 1 || 0 || 0
|-
! jascha notebook
| 1 || 0 || 0 || 0 || 0 || 0
|-
! kilian notebook
| 1 || 0 || 0 || 0 || 0 || 0
|-
! pierre notebook
| 1 || 0 || 1 || 1 || 1 || 0
|-
! thomas notebook
| 1 || 1 || 1 || 1 || 1 || 0
|-
! tim notebook
| 1 || 0 || 0 || 1 || 1 || 0
|-
! tony notebook
| 1 || 0 || 0 || 0 || 0 || 0
|-
! chris rozell notebook
| 1 || 1 || 1 || 0 || 0 || 1
|-
! Dan Feldman group
| 4 || 4 || 0 || 0 || 4 || 0
|-
! Mike Deweese group
| 2 || 2 || 2 || 0 || 2 || 0 || 2 || 2 || 2
|-
! bgcolor="red"| total
| 18 || 9 || 8 || 6 || 10 || 1 || 2 || 2 || 2
|-
! bgcolor="green"| we have
| 15 || 3 || 3 || 1 || 2 || 1
|}
{| border = "1"  style="text-align: left;"
|+ '''concurrent license no. 322316 (server)'''
! user
! matlab !! signal !! image !! optimization !! statistics !! wavelet
|-
! sequoia
| 4 || 0 || 2 || 2 || 0 || 0
|-
! bruno g5
| 1 || 0 || 0 || 0 || 0 || 0
|-
! charles desktop (coast)
| 1 || 1 || 1 || 1 || 0 || 0
|-
! jack desktop
| 1 || 0 || 1 || 1 || 0 || 0
|-
! jascha desktop
| 1 || 0 || 0 || 0 || 0 || 0
|-
! pierre desktop
| 1 || 0 || 1 || 1 || 1 || 0
|-
! tony windows
| 1 || 0 || 0 || 0 || 0 || 0
|-
! bgcolor="red"| total
| 10 || 1 || 5 || 5 || 1 || 0
|-
! bgcolor="green"| we have
| 5 || 1 || 1 || 1 || 1 || 0
|}

Latest revision as of 22:23, 31 August 2011