2021/05/21 Created
2025/06/13 Updated
UTokyo MATLAB Campus-Wide License & Mathworks account
Matlab on csgs2 is available under UTokyo MATLAB Campus-Wide License. Please refer to the following and obtain your Mathworks account (associated with your UTokyo Account) in advance.
UTokyo MATLAB Campus-Wide License
Activation of Matlab on csgs2
To start using Matlab, each user needs to activate it (only once).
To activate Matlab, Mathworks account associated with UTokyo Account (obtained above) is required.
When you start up "matlab" on the terminal for the first time, the following messages will appear.
Please enter your MathWorks Account email address and press Enter:
Please enter your MathWorks Account user name (email address). The following messages will appear.
You need a one-time password to sign in. To get a one-time password, follow these steps:
1. Go to https://www.mathworks.com/mwa/otp
2. Enter your MathWorks Account email address.
3. Copy the generated one-time password.
4. Return here and enter the password.
Enter the one-time password:
Please access https://www.mathworks.com/mwa/otp using your PC or smartphone, etc. to display the one-time password.
Please enter the displayed one-time password into the terminal.
On terminal (without X Window system)
If you type "matlab" on terminal, Matlab starts interactively.
X-Window environment
If you type "matlab" in an environment where X Window system is available, Matlab starts with GUI.
Batch processing
Please prepare a file "FILENAME.m" in advance and enter as follows.
matlab -r FILENAME
To put the output in a separate file, enter as follows.
matlab -r FILENAME -logfile OUTPUTFILE_NAME
Available Toolboxes
The following Tool boxes are available.
Financial Toolbox
Instrument Control Toolbox
Optimization Toolbox
Parallel Computing Toolbox
Signal Processing Toolbox
Statistics and Machine Learning Toolbox
Symbolic Math Toolbox
If you have any questions, please contact the csgs2 manager (Email: csgs-info [at] e.u-tokyo.ac.jp).