フィルターのクリア

Closing the source of an App

2 ビュー (過去 30 日間)
Mohammad Tavakkoliyaraki
Mohammad Tavakkoliyaraki 2022 年 11 月 20 日
回答済み: Brian 2022 年 11 月 22 日
Hi All,
I have designed an App using MATLAB application builder and I would like to make it closed source. In fact, I want a 3rd party use it but without having access to the code behind the app.
I was wondering if you could help me.
Regards,
Mohammad

回答 (1 件)

Brian
Brian 2022 年 11 月 22 日
It seems you've already found a solution in another thread, but for future reference here are some ways of protecting your source code:
In general, your options are either p-coding your files or compiling them.
For an App Designer app, your best options are either building it into a standalone executable or exporting it as an .m file and p-coding it. A potential benefit of creating a standalone executable is that the end user does not need MATLAB, but you must have the MATLAB or Simulink Compiler as well as a supported C/C++ compiler to create one.

カテゴリ

Help Center および File ExchangeMATLAB Compiler についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by