フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

matlab based applications

1 回表示 (過去 30 日間)
Prateek
Prateek 2011 年 5 月 21 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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 日
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

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by