Where do I find the Mathworks License Agreement?

132 ビュー (過去 30 日間)
Bob Koupal
Bob Koupal 2017 年 11 月 15 日
コメント済み: Steven Lord 2018 年 9 月 24 日
Where do I find a copy of the user agreement for Designated Computer and Individual licenses?

採用された回答

Justin Ghetti
Justin Ghetti 2018 年 9 月 24 日
編集済み: Justin Ghetti 2018 年 9 月 24 日
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 件のコメント
Rik
Rik 2018 年 9 月 24 日
(This answer was accepted by Kyle Perry, instead of the OP of this question.)
IMHO this answer is not better than Walters answer in a clear enough degree to warrant a non-OP accept. This answer relies on the standard location for the root installation directory, while Walters works for any location on any system and has the same release limitations.
@Kyle, could you clarify why you chose to accept this answer? I don't want to start a 'wheel war', so I'm not going to unaccept. I feel both answers have their place and only the OP should decide which answer works best for them.
Steven Lord
Steven Lord 2018 年 9 月 24 日
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.

サインインしてコメントする。

その他の回答 (1 件)

Walter Roberson
Walter Roberson 2017 年 11 月 16 日
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

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

タグ

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by