How to use "dos" command in matlab!
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello,
i have built a gui who is writing a xml-file for. now i want to start an external program called "sumo" with the windows console.
status = dos('C:\Windows\system32\cmd.exe');
[status, result] = dos ('C:\Windows\system32\cmd.exe','sumo-gui -c szenario.sumo.cfg');
i want that the dos command opens and this "'sumo-gui -c szenario.sumo.cfg'" should be peformed!
but on my way it doesnt work!
Thank you for your help!!
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Verification, Validation, and Test dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!