I am trying to run an executable with one argurment. It works fine in dos mode but when i try to run it in matlab with the code >> ! t012rin test.t01
i get a return of "Invalid handle". The exact code minus the bang works in dos. Any suggestions?
Since it's a handle error, I am guessing that your program is attempting to create output (e.g., write to stdout, create a plot window, etc.), but matlab is unable to process this output.