MATLAB: Running a compiled script

compiled scriptMATLAB Compilerscriptterminal

I am trying to use this compiled matlab script http://labrosa.ee.columbia.edu/~dpwe/resources/matlab/audfprint/#9
I followed the instructions and I installed the MCR. I downloaded the compiled package but I am not able to run it. Do I have to run it from the terminal of my computer? What instructions do I have to write?

Best Answer

Yes, if you are running the compiled binary then you have to do so from your terminal window, or by using ! from your MATLAB command prompt.
You can also use the source code to run it from MATLAB, if I understand correctly.