Determine license type locally
Afficher commentaires plus anciens
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 commentaires
David Goodmanson
le 13 Oct 2018
Modifié(e) : David Goodmanson
le 13 Oct 2018
I take it the combination of the splash screen and the opening command window message and 'ver' does not have enough details.
Walter Roberson
le 13 Oct 2018
Reading the splash screen is not so easy to automate...
Rik
le 13 Oct 2018
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
le 13 Oct 2018
Modifié(e) : Walter Roberson
le 13 Oct 2018
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
le 15 Oct 2018
Réponses (1)
Andreas Goser
le 16 Oct 2018
0 votes
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 commentaires
Andreas Goser
le 16 Oct 2018
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
le 16 Oct 2018
Walter Roberson
le 16 Oct 2018
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.
Catégories
En savoir plus sur Install Products dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!