Running some commands in the Command prompt automatically
Afficher commentaires plus anciens
Is there any way to run some command automatically in the command prompt like "sudo apt-get install ...." every time i run my MATLAB code?
2 commentaires
Adam Danz
le 11 Sep 2018
Why not just call those commands from your code?
Réponses (1)
OCDER
le 11 Sep 2018
0 votes
Use system to run command line codes from matlab.
If you want to run multiple commands, you could use something like ; for linux and & for Windows.
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!