I am trying to run a batch file from matlab. In my batch file I have the command to run the .exe file. I am using the dos('myfile.bat') command to run the batch file from matlab, but it is showing the error as
"file.exe is not recognized as an internal or external command, operable program or batch file."
What exactly is this error? And how should deal with this.