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!