Let me explain what I'm trying to do. I have an application encoded in Matlab, and I would like to provide it to both Matlab users and non-Matlab users. So you would say: just compiled it and deployed the executable. Good.
But the deployed application is somehow limited by what you can do (very important, you cannot execute another M file), so I would also like Matlab users to be able to run the deployed application from within Matlab and provide these advanced features for these guys . So maybe?
Of course, I could provide two versions: .exe and .m, but this is not very elegant, and perhaps there is a good trick. Any ideas?
source
share