This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
1
At my wits end; simple MATLAB code using system() to execute a exe. Need help!
Post Body
Hey everyone..
So after searching and searching, I can't figure out why my code isn't working. I am trying to loop an executable program using MATLAB using system(command).
Basically, my code is something like:
command = 'C:\path\to\program.exe --flags --etc'
system(command)
I'm constantly getting this error: 'C:\path\to\program.exe' is not recognized as an internal or external command, operable program or batch file. What on earth is wrong here?
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 9 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/matlab/comm...