MATLAB: Create a simple .exe file based on a MATLAB code

app designerMATLABMATLAB Compiler

I have a code in which only requires the user to choose the directory and hit run to generate data in the form of a txt file from every video file in that folder. Is there a way to turn this code into an exe file so that I can process my data on a computer without matlab?

Best Answer

Possibly. In general, the MATLAB Compiler product can handle many situations like that.
There are some things that it cannot compile, including for example use of the Symbolic Toolbox.
Note: MATLAB Compiler product is not available for Student or Home licenses.