What are the licensing policies for an Individual license?

25 Ansichten (letzte 30 Tage)
What are the licensing policies for an Individual license?

Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 9 Mai 2023
Bearbeitet: MathWorks Support Team am 2 Apr. 2021
For information on the licensing policies for the Individual license option, see the Software License Agreement. The Software License Agreement (SLA) can be accessed from the license_agreement.txt file (license.txt in older releases) in the root MATLAB directory.
If you are not sure what this directory is, open MATLAB and execute the following command: 
>>matlabroot
MATLAB will then display the root directory.
Additional information for the Individual license option can be found in the Program Offering Guide.
  2 Kommentare
Rik
Rik am 13 Aug. 2019
You can also use the line of code below to open it in the Matlab editor.
edit(fullfile(matlabroot,'license_agreement.txt'))
Or in one line that will also work on older releases:
if exist(fullfile(matlabroot,'license.txt'),'file'),edit(fullfile(matlabroot,'license.txt')),else edit(fullfile(matlabroot,'license_agreement.txt')),end
Steven Lord
Steven Lord am 13 Aug. 2019
You can also access it via the Toolstrip. On the Home tab, click the triangle below the Help icon in the Resources section at the right end of the tab. The Terms of Use menu item opens the license agreement.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Manage Products finden Sie in Help Center und File Exchange

Tags

Noch keine Tags eingegeben.

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by