Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

matlab based applications

1 visualizzazione (ultimi 30 giorni)
Prateek
Prateek il 21 Mag 2011
Chiuso: MATLAB Answer Bot il 20 Ago 2021
can one create an exe or *.m file in matlab,wherein the sorce code remains safe with the programmer,unknown to the user

Risposte (1)

Fangjun Jiang
Fangjun Jiang il 21 Mag 2011
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 Commenti
Prateek
Prateek il 21 Mag 2011
do programs based on image processing also get compiled to *.exe
Fangjun Jiang
Fangjun Jiang il 21 Mag 2011
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

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by