matlab based applications

can one create an exe or *.m file in matlab,wherein the sorce code remains safe with the programmer,unknown to the user

답변 (1개)

Fangjun Jiang
Fangjun Jiang 2011년 5월 21일

0 개 추천

You can compile your m-file to .p file.
help pcode
You can also compile your m-file to .exe file if you have the Matlab Compiler Toolbox.
help mcc

댓글 수: 2

Prateek
Prateek 2011년 5월 21일
do programs based on image processing also get compiled to *.exe
Fangjun Jiang
Fangjun Jiang 2011년 5월 21일
It should. You may need to deploy some supporting files along with the compiled .exe file. The deploytool GUI may help you to do that.
help deploytool

이 질문은 마감되었습니다.

질문:

2011년 5월 21일

마감:

2021년 8월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by