Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
matlab based applications
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
can one create an exe or *.m file in matlab,wherein the sorce code remains safe with the programmer,unknown to the user
0 comentarios
Respuestas (1)
Fangjun Jiang
el 21 de Mayo de 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 comentarios
Fangjun Jiang
el 21 de Mayo de 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
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!