MATLAB: Is that possible to view the codes of standalone application

applicationcompilercrack my codeexeMATLABMATLAB Compilerstand-alone

Hi there,
I am coding some engineering problems on MATLAB for my MSc. graduation thesis. I use "Application Compiler" to convert my codes into the stand-alone application. Due to plagiarism possibility, I don't want anyone to see my codes during using my .exe applications. Is there any way that someone views the codes through using .exe files? Or can anyone open them such as opening a .m file? I tried to open with Notepad and Notepad++. The codes didn't show up.
Please let me know. Thank you!

Best Answer

No, noone can read them. It's a binary file. Just like no one can see the source for for Microsoft Word by editing the .exe file, no one can see your source code either.