Does anyone know how to open a Microsoft cmd.exe window in MATLAB?

57 vues (au cours des 30 derniers jours)
Savannah Morrissey Martin
Savannah Morrissey Martin le 23 Juil 2018
Modifié(e) : Walter Roberson le 14 Août 2020
I am trying to execute files from the cmd.exe command window in MATLAB but I am unable to, hoping someone can help.

Réponses (2)

Muhammad Zayed
Muhammad Zayed le 14 Août 2020
Modifié(e) : Muhammad Zayed le 14 Août 2020
you can use:
!cmd &
it works for me to open the command window from Matlab
Moreover, if you want to excute something in the cmd, you can do it as follows (in my case I want to run an excutable called "Opensees" then type the file name)
!Opensees fileName.tcl &
All the above commands will open and run the excutable in an external commond prompt window. If you wish to run it inside Matalb command window, just remove the "&" symbol at the end.
I hope this helps.
P.S. I am using MATLAB R2018a - academic version

Steven Lord
Steven Lord le 23 Juil 2018
See the system, dos, or unix functions or the bang operator !.

Catégories

En savoir plus sur Embedded Coder dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by