|
|
(30 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
| == Installing Matlab ==
| |
|
| |
|
| == Running Matlab (server/"concurrent" 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/"group" license) ==
| |
|
| |
| == 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
| |
| |-
| |
| ! 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
| |
| |-
| |
| ! jeff notebook
| |
| | 1 || 0 || 0 || 0 || 0 || 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
| |
| |-
| |
| ! jack desktop
| |
| | 1 || 0 || 1 || 1 || 0 || 0
| |
| |-
| |
| ! pierre desktop
| |
| | 1 || 0 || 1 || 1 || 1 || 0
| |
| |-
| |
| ! Dan Feldman group
| |
| | 4 || 4 || 0 || 0 || 4 || 0
| |
| |-
| |
| ! Mike Deweese group
| |
| | 2 || 2 || 2 || 0 || 2 || 0 || 2 || 2 || 2
| |
| |-
| |
| ! bgcolor="red"| total
| |
| | 17 || 9 || 8 || 5 || 10 || 1 || 2 || 2 || 2
| |
| |-
| |
| ! bgcolor="green"| we have
| |
| | 18 || 9 || 8 || 6 || 10 || 1 || 2 || 2 || 2
| |
| |}
| |
|
| |
|
| |
|
| |
|
| |
| {| border = "1" style="text-align: left;"
| |
| |+ '''concurrent license no. 322316 (server)'''
| |
| ! user
| |
| ! matlab !! signal !! image !! optimization !! statistics !! wavelet
| |
| |-
| |
| ! sequoia
| |
| | 4 || 0 || 2 || 2 || 2 || 0
| |
| |-
| |
| ! bruno g5
| |
| | 1 || 0 || 0 || 0 || 0 || 0
| |
| |-
| |
| ! charles desktop (coast)
| |
| | 1 || 1 || 1 || 1 || 0 || 0
| |
| |-
| |
| ! tony windows
| |
| | 1 || 0 || 0 || 0 || 0 || 0
| |
| |-
| |
| ! bgcolor="red"| total
| |
| | 7 || 1 || 3 || 3 || 2 || 0
| |
| |-
| |
| ! bgcolor="green"| we have
| |
| | 7 || 1 || 1 || 1 || 1 || 0
| |
| |}
| |