Info
この質問は閉じられています。 編集または回答するには再度開いてください。
matlab based applications
1 回表示 (過去 30 日間)
古いコメントを表示
can one create an exe or *.m file in matlab,wherein the sorce code remains safe with the programmer,unknown to the user
0 件のコメント
回答 (1 件)
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 件のコメント
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!