I wrote a set of Matlab functions and I want to distribute it to several people for testing. But I do not want to reveal to them the source. All these people install matalb on their systems. Therefore, I do not want to make stand-alone executables from my functions. Ideally, I want something like library files that users can put in the matlab path and call functions from their matlab prompt / matlab functions. Is it possible?
Edit: I have a Matlab compiler toolkit. But users will not have access to the Matlab compiler toolbar in their language.
source share