What is Login Named User and how can I use it?
조회 수: 104 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2014년 9월 23일
편집: MathWorks Support Team
2022년 9월 2일
What is Login Named User and how can I use it?
채택된 답변
MathWorks Support Team
2022년 9월 2일
편집: MathWorks Support Team
2022년 9월 2일
Login Named User (LNU) is a portable license option that verifies license rights over the internet. LNU is ideal for usage on cloud computing services because it does not rely on having a static Host ID. Instead of locking the license to a Host ID, it requires users to log into their MathWorks Account each time they start MATLAB. As such, LNU requires an uninterrupted internet connection.
Login Named User can only be used on Individual licenses which are currently subscribed to the MATLAB Software Maintenance Service.
After installing MATLAB, the following methods can be used to configure MATLAB for Login Named User:
Use the -licmode online startup flag when launching MATLAB. In a command prompt/terminal window enter the path to the MATLAB executable and the -licmode online flag. For a more permanent solution, you may also create a shortcut with this flag included. This method is recommended over using the XML file since it will ignore all other licenses on the computer.
Windows:
{matlabroot}\bin\matlab.exe -licmode online
Linux:
{matlabroot}/bin/matlab -licmode online
1. Right-click or CTRL+click the license_info.xml attached to this Answer and select "save link as" to download.
2. Place license_info.xml into the {matlabroot}/licenses folder.
3. Start MATLAB. You should now be prompted to provide your MathWorks Account sign-in credentials.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Manage Products에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!