How to have matlab write to command window and run
이전 댓글 표시
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
Steven Lord
2021년 6월 18일
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
2021년 6월 21일
Yea good point I will just do that.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Entering Commands에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!