Is there a way to not block the MATLAB command line when calling a DOS console program using the DOS or SYSTEM command?
Show older comments
The MATLAB command line blocks execution when I call a DOS console application or command.
The following piece of code illustrates this behavior:
dos('my_DOS_program');
When my_DOS_program is running, I am unable to execute any commands on the MATLAB command line.
Accepted Answer
More Answers (0)
Categories
Find more on Whos in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!