How to have matlab write to command window and run
Afficher commentaires plus anciens
All I want is to have matlab write this line of code to the command window and run it
[VREconnected,model_info,movements,command] = ConnectMuJoCo_double()
using R2019b
2 commentaires
Steven Lord
le 18 Juin 2021
Why do you want MATLAB to "write this line of code to the command window"? Why not just execute it normally in a script or function file or in a class method?
Alex Kobilnyk
le 21 Juin 2021
Yea good point I will just do that.
Réponses (0)
Catégories
En savoir plus sur Entering Commands 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!