MATLAB: How to run an .exe file with a matlab script

.exe script .m

how do I run an .exe file with a matlab script

Best Answer

You can use dos() or system(). system() is usually preferred.