I want to use an exe in matlab in a way that I could also mention input and output path of the input and output files as follows:
file.exe (parameter) (input_file_path) (output_file_path)
The above line shows how I write my command in DOS prompt.
Mushi