Adding license agreement to compiled MATLAB program

16 ビュー (過去 30 日間)
Effesian
Effesian 2021 年 5 月 7 日
回答済み: Aditya Patil 2021 年 5 月 20 日
Hello,
I am writing a MATLAB-based GUI application that I am supposed to share with some external users. As suggested in
I added a datetime check to make sure the users can only use the software for a limited amount of time. The other part of "protecting" my rights on the software would be to ask the end user to sign some form of license agreement during the installation process-- as commonly done with any type of software that one installs on his/her computer. Is there a standard way in MATLAB (compiler) too add such a license agreement that the user needs to accept? If not what solutions can you suggest or did you use in the past?
My current solution is to have a question dialog box popping up each time the program is started. Thereby the user has to reconfirm each time the user agreement.

採用された回答

Aditya Patil
Aditya Patil 2021 年 5 月 20 日
Aside from including a text license agreement with the application process by including the file in the "Files installed for your end user" section of the Compiler, the Application Compiler does not have any special functionality regarding license agreements.
In terms of recommendations, MathWorks does not have any recommendations of how to go about this, as long as the application and the license agreement itself complies with the "Deployment Rights" section of the Program Offering Guide, which can be found here:

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeManage Products についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by