How to obfuscate the code in a matlab app before packaging it?

8 ビュー (過去 30 日間)
Arafat Khan
Arafat Khan 2017 年 6 月 12 日
回答済み: David Leffingwell 2023 年 6 月 12 日
I want to package and distribute a matlab app to my users but I don't want them to have the ability to see my code. I can't package an app if I convert the code to pcode so I need to find a workaround for this. How do I do that? Thanks a lot

回答 (2 件)

Vandana Rajan
Vandana Rajan 2017 年 6 月 15 日
Hi,
As a workaround you can create a single MATLAB function as a .M-file that starts a p-coded MATLAB function. You can p-code all MATLAB functions that are dependencies and then package the App.

David Leffingwell
David Leffingwell 2023 年 6 月 12 日
There are several different ways to provide IP Protection of a MATLAB App. For example, see MATLAB Web App Server.
See also Security Considerations to Protect Your Source Code for a general discussion of the IP Protection topic.

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by