Where do I find the Mathworks License Agreement?

조회 수: 123 (최근 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 CenterFile Exchange에서 Introduction 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