Where do I find the Mathworks License Agreement?
120 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Bob Koupal
am 15 Nov. 2017
Kommentiert: Steven Lord
am 24 Sep. 2018
Where do I find a copy of the user agreement for Designated Computer and Individual licenses?
0 Kommentare
Akzeptierte Antwort
Justin Ghetti
am 24 Sep. 2018
Bearbeitet: Justin Ghetti
am 24 Sep. 2018
The MathWorks Software License Agreement can be found inside the root installation directory of MATLAB as "license_agreement.txt" or by going to the Help menu in MATLAB and clicking on "Terms of Use".
On Windows the path is: C:\ProgramFiles\MATLAB\R2XXXx\license_agreement.txt
On Linux the path is: usr/local/MATLAB/R2XXXx/license_agreement.txt
On MAC the path is: /Applications/MATLAB_R2XXXx.app/license_agreement.txt
2 Kommentare
Steven Lord
am 24 Sep. 2018
There are two parts to Justin's answer, and they should probably be more visibly separated to make the path-independent one more visible.
If you can open MATLAB, in my opinion the easiest way to reach the license agreement is via the Terms of Use item accessible using the triangle under the Help icon on the Home tab of the Toolstrip. I'm not certain offhand how far back this exact set of instructions will work, but it's probably at least a couple years worth of releases and they should be "close enough" for a couple years prior to that.
If you cannot open MATLAB, navigating to the MATLAB root directory and opening the text file will also work. Justin's answer uses the default installation locations, and perhaps should clarify that your installation may be in a different location.
Weitere Antworten (1)
Walter Roberson
am 16 Nov. 2017
In current releases:
edit( fullfile(matlabroot, 'license_agreement.txt') )
It moved to there a few releases ago; it used to be a different license*.txt file in matlabroot
0 Kommentare
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!