Matlab: Difference between revisions
Line 64: | Line 64: | ||
! matlab !! signal !! image !! optimization !! statistics !! wavelet | ! matlab !! signal !! image !! optimization !! statistics !! wavelet | ||
|- | |- | ||
! bruno | ! bruno notebook | ||
| 1 || 0 || 0 || 0 || 0 || 0 | | 1 || 0 || 0 || 0 || 0 || 0 | ||
|- | |- | ||
! charles | ! charles notebook | ||
| 1 || 1 || 1 || 1 || 0 || 0 | | 1 || 1 || 1 || 1 || 0 || 0 | ||
|- | |- | ||
! chetan | ! chetan notebook | ||
| 1 || 0 || 1 || 0 || 1 || 0 | | 1 || 0 || 1 || 0 || 1 || 0 | ||
|- | |- | ||
! jack | ! jack notebook | ||
| 1 || 0 || 1 || 1 || 0 || 0 | | 1 || 0 || 1 || 1 || 0 || 0 | ||
|- | |- | ||
! jascha | ! jascha notebook | ||
| 1 || 0 || 0 || 0 || 0 || 0 | | 1 || 0 || 0 || 0 || 0 || 0 | ||
|- | |- | ||
! kilian | ! kilian notebook | ||
| 1 || 0 || 0 || 0 || 0 || 0 | | 1 || 0 || 0 || 0 || 0 || 0 | ||
|- | |- | ||
! pierre | ! pierre notebook | ||
| 1 || 0 || 0 || 0 || 0 || 0 | | 1 || 0 || 0 || 0 || 0 || 0 | ||
|- | |- | ||
! thomas | ! thomas notebook | ||
| 1 || 1 || 1 || 1 || 1 || 0 | | 1 || 1 || 1 || 1 || 1 || 0 | ||
|- | |- | ||
! tim | ! tim notebook | ||
| 1 || 0 || 0 || 1 || 1 || 0 | | 1 || 0 || 0 || 1 || 1 || 0 | ||
|- | |- | ||
! tony | ! tony notebook | ||
| 1 || 0 || 0 || 0 || 0 || 0 | | 1 || 0 || 0 || 0 || 0 || 0 | ||
|- | |- | ||
! bgcolor="red"| | ! bgcolor="red"| total | ||
| 10 || 2 || 4 || 4 || 3 || 0 | | 10 || 2 || 4 || 4 || 3 || 0 | ||
|- | |- | ||
Line 109: | Line 109: | ||
! matlab !! signal !! image !! optimization !! statistics !! wavelet | ! matlab !! signal !! image !! optimization !! statistics !! wavelet | ||
|- | |- | ||
! charles | ! bruno g5 | ||
| 1 || 0 || 0 || 0 || 0 || 0 | |||
|- | |||
! charles desktop | |||
| 1 || 1 || 1 || 1 || 0 || 0 | | 1 || 1 || 1 || 1 || 0 || 0 | ||
|- | |- | ||
! jack | ! jack desktop | ||
| 1 || 0 || 1 || 1 || 0 || 0 | | 1 || 0 || 1 || 1 || 0 || 0 | ||
|- | |- | ||
! jascha | ! jascha desktop | ||
| 1 || 0 || 0 || 0 || 0 || 0 | | 1 || 0 || 0 || 0 || 0 || 0 | ||
|- | |- | ||
! pierre | ! pierre desktop | ||
| 1 || 0 || 1 || 1 || 1 || 0 | | 1 || 0 || 1 || 1 || 1 || 0 | ||
|- | |- | ||
! bgcolor="red"| | ! tony windows | ||
| | | 1 || 0 || 0 || 0 || 0 || 0 | ||
|- | |||
! bgcolor="red"| total | |||
| 6 || 1 || 3 || 3 || 1 || 0 | |||
|- | |- | ||
! bgcolor="green"| we have | ! bgcolor="green"| we have | ||
| 5 || 1 || 1 || 1 || 1 || 0 | | 5 || 1 || 1 || 1 || 1 || 0 | ||
|} | |} |
Revision as of 00:28, 2 May 2007
Installing Matlab
Use this Personal License Password and the License File below for Windows Network Concurrent User installations:
17-19288-26631-35291-43543-63635
Use this License file for Windows and Unix, Linux, and MAC Network Concurrent User Installations:
# BEGIN------cut here------CUT HERE-----BEGIN # MATLAB license passcode file. # LicenseNo: 322316 HostID: 00065BBDD7E7 INCREMENT TMW_Archive MLM 17 01-jan-0000 0 2D56D461BAAC25040C2C \ VENDOR_STRING=500a1 HOSTID=DEMO SN=322316 INCREMENT MATLAB MLM 17 01-jan-0000 5 2DF624811FA8E1BD44D6 \ HOSTID=ID=322316 DUP_GROUP=UH SN=322316 INCREMENT Image_Toolbox MLM 17 01-jan-0000 1 9D86B461A8DDF8FB5E02 \ HOSTID=ID=322316 DUP_GROUP=UH SN=322316 INCREMENT Optimization_Toolbox MLM 17 01-jan-0000 1 \ 8D0694213F8B4F7768E8 HOSTID=ID=322316 DUP_GROUP=UH SN=322316 INCREMENT Signal_Toolbox MLM 17 01-jan-0000 1 DD56C451FFCBE5761EE7 \ HOSTID=ID=322316 DUP_GROUP=UH SN=322316 INCREMENT Statistics_Toolbox MLM 17 01-jan-0000 1 \ 1DF654F18E5C1EF780BF HOSTID=ID=322316 DUP_GROUP=UH SN=322316 # END------cut here------CUT HERE-----END
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:
# 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
- or set the environment variable MLM_LICENSE_FILE to 27000@redwood.berkeley.edu
for the cshell, the command is
setenv MLM_LICENSE_FILE 27000@redwood.berkeley.edu
for the bash, the command is
MLM_LICENSE_FILE=27000@redwood.berkeley.edu export MLM_LICENSE_FILE
Running Matlab (stand-alone license)
replace the file license.dat by a stand-alone license file (email kilian [1] to get one.
Matlab Users
user | matlab | signal | image | optimization | statistics | wavelet |
---|---|---|---|---|---|---|
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 | 0 | 0 | 0 | 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 |
total | 10 | 2 | 4 | 4 | 3 | 0 |
we have | 15 | 3 | 3 | 1 | 2 | 1 |
user | matlab | signal | image | optimization | statistics | wavelet |
---|---|---|---|---|---|---|
bruno g5 | 1 | 0 | 0 | 0 | 0 | 0 |
charles desktop | 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 |
total | 6 | 1 | 3 | 3 | 1 | 0 |
we have | 5 | 1 | 1 | 1 | 1 | 0 |