How do I find my user name in order to install or activate my license?

5,866 次查看(过去 30 天)

采纳的回答

MathWorks Support Team
编辑:MathWorks Support Team 2021-10-26
When installing or activating an Individual license, your user name is required.  There are multiple ways to obtain your user name:
  • Command Prompt/Terminal
  • lmutil Utility
  • Activation Client
Command Prompt/Terminal
The easiest way to get your user name is from a command prompt or terminal:

Windows

To get your user name via the command prompt:
  1. Locate the search field. On Windows 7 this is in the Start Menu, and on Windows 10, this is in the Taskbar
  2. Enter "cmd" into the search field and type enter
  3. At the command prompt, enter the following command:
>set username
USERNAME=myusername

MacOS

To get your user name, open a Terminal window:
  1. Open Finder.
  2. Open the Applications folder.
  3. Open the Utilities folder.
  4. Start the Terminal application.
  5. In the Terminal window, enter the following command:
%whoami
myusername

Linux

To get your user name, open terminal and run the following command:
%whoami
myusername
lmutil Utility
You can also get your user name by using the lmutil.exe utility. The lmutil utility is included when you install the network license manager using the MathWorks installer or the network license manager binaries.
You can run any of the following commands to determine your user name.

Windows

"C:\Program Files\MATLAB\R20XXx\etc\winXX\lmutil.exe" lmhostid -user
Your user name is displayed as “USER=<your_login_name>”

MacOS

/Applications/MATLAB_R20XXx.app/etc/maci64/lmutil lmhostid -user
Your user name is displayed as “USER=<your_login_name>”

Linux

/usr/local/MATLAB/R2018b/etc/glnxa64/lmutil lmhostid -user
Your user name is displayed as “USER=<your_login_name>”
Activation Client
​If access to any of the other methods is not available, you can use the MATLAB activation client to determine what your user name is.
1. Open the MATLAB activation client. The activation client can be found in the following locations: 

Windows

  • C:\Program Files\MATLAB\R20XXX\bin\win64\activate_matlab.exe.

Mac OS

  • Use Finder to go to /Applications.
  • Control-click (right click) on the icon for your MATLAB version, such as MATLAB_R2020a.app .
  • In the menu, choose Show package contents.
  • In that directory, start the Activate.app.

Linux

  • /usr/local/MATLAB/R2018a/bin/activate_matlab.sh
2. When the activation client is open: 
  • Click Activate Manually without the Internet and then click Next. 
  • Click I do not have a license file. Help me with the next steps. 
  • You will then see your user name as "Computer Login Name:<your_user_name>
  7 个评论
Walter Roberson
Walter Roberson 2022-5-15
Interesting.
On the other hand
who am i
with spaces, is a POSIX mandated utility, and MacOS keeps up to date on POSIX certification (nearly the only operating system that does.)

请先登录,再进行评论。

更多回答(7 个)

Amy Diekmann
Amy Diekmann 2017-1-19
I entered an incorrect login name. How do I correct it?
  9 个评论
Prasanna Mhapsekar
Prasanna Mhapsekar 2020-12-7
if you are using Linux, avoid using "sudo ./matlab" to launch the application, instead just use "./matlab"

请先登录,再进行评论。


John Zhuang
John Zhuang 2018-10-24
This answer is very helpful. I was unable to activate MatLab on my borrowed laptop. I kept typing "Student User" for my user name and MatLab kept yelling at me for being the wrong user. Tried "set username" and found that my ACTUAL user name was "Administrator". Tried that and it works!

swaraj kanwar
swaraj kanwar 2018-3-23
how i get my activation key for licence

Rodolfo Marin Quintero
"Administrator" actually worked for me... win10

Venkatesh Huilgol
Dear sir/ Madam
Sub: you will go to matwork login find the name you show details account sir
  1 个评论
Jestzer
Jestzer 2023-4-25
This answer talks about the login name used for activation, which is the login name you're using on your local computer, not mathworks.com. Unless you've already successfully and correctly done this with MATLAB or online AND you are using an Individual license, it's not going to show up in your MathWorks account.

请先登录,再进行评论。


Luc Agbekodo
Luc Agbekodo 2022-11-26
Luke

Weiwei Cao
Weiwei Cao 2023-4-25
user name

类别

Find more on Install Products in Help Center and File Exchange

标签

尚未输入任何标签。

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by