build a standalone application from Matlab code
I have some Matlab code and a GUI for it and I want to make a standalone app to Protect my Source Code. How can I build this standalone? Thank you for any guide. ================================================================================ I found in help: If you do not want to distribute your proprietary application code in this format, you can use one of these more secure options instead: • Deploy as P-code — Convert some or all of your source code files to a content-obscured form called a P-code file (from its .p file extension), and distribute your application code in this format. •