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