I have prepared my final year project in matlab and i want to make an '.exe' and deploy it to other computers. But the problem is that all the '.m' files have to be kept in the folder of the '.exe' file so as to run it. I don't want the users to look at my source code. Is there any way to hide them or make them inaccessible to any user other but me.
Help would be appreciated.
Sorry for not mentioning earlier, I have a couple of '.java' and '.class' files too.