Can all or part of a script m-file be encrypted and still be usable in MATLAB?

 채택된 답변

Walter Roberson
Walter Roberson 2016년 11월 11일

1 개 추천

You have three options:
1) Use pcode which obfuscates code (makes it more difficult to access and understand) but does not actually encrypt it.
2) Use MATLAB Compiler to compile everything. MATLAB Compiler encrypts using AES.
3) Use your own encryption scheme. It will be necessary to decrypt the code before it can be executed.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

태그

질문:

2016년 11월 11일

답변:

2016년 11월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by