Determine license type locally
이전 댓글 표시
Is there a way I can check what type of license I am running ("Individual", "Designated Computer", "Standard", "Academic" etc...) either from the Matlab command line or by looking somewhere in the installation folder?
댓글 수: 5
David Goodmanson
2018년 10월 13일
편집: David Goodmanson
2018년 10월 13일
I take it the combination of the splash screen and the opening command window message and 'ver' does not have enough details.
Walter Roberson
2018년 10월 13일
Reading the splash screen is not so easy to automate...
Rik
2018년 10월 13일
The splash screen is created with a png from the \root\resources\coreui\matlab\ folder, but the actual content is not there. Even \root\resources\coreui\matlab\splashscreen.xml doesn't help, as that contains only the copyright message. The file in the java folder (so root\sys\java\jre\win64\jre\bin\splashscreen.dll) might have something to do with it, but I have never attempted to decompile dll files and the only readable text I get with notepad is pretty much useless.
So still no answer, but at least some dead ends you don't need to check out anymore.
Walter Roberson
2018년 10월 13일
편집: Walter Roberson
2018년 10월 13일
resources/MATLAB/en/branding.xml contains the various strings that are output in the window title and the initial introduction.
I do not know as yet how one particular string gets chosen for output.
bin/maci64/matlab_startup_plugins/lmgrimpl/libmwlmgrimpl.dylib refers to the file. "grimpl" probably refers to "graphics implementation".
Matt J
2018년 10월 15일
답변 (1개)
Andreas Goser
2018년 10월 16일
0 개 추천
Matt, I wonder what the use case is here. Maybe this helps to come up with a individualized solution for you. Are there end users with access to different MATLAB license types?
댓글 수: 5
Andreas Goser
2018년 10월 16일
Matt, as a MathWorks employee I can access the information about the institution you work for and the licenses you can access. From what I see, there should be no restriction at all, but maybe there is something I miss here and I shall not disclose the details of your institution in public here :-)
Let me see if I find somebody from your sales team today and either one of them or I will contact you by email.
Matt J
2018년 10월 16일
Walter Roberson
2018년 10월 16일
Matt,
Total Academic Headcount licenses have that restriction. Look at the license terms under Academic licenses and see the conditions put on student use of academic licenses. Students cannot normally use academic licenses for coursework but can use TAH.
Also, Student licences and Home licenses are restricted by the Terms to activation on one computer, but under at least some conditions Mathworks permits activation on two computers for those.
카테고리
도움말 센터 및 File Exchange에서 Installing Products에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!