How to have matlab write to command window and run

4 views (last 30 days)
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 Comments
Steven Lord
Steven Lord on 18 Jun 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?

Sign in to comment.

Answers (0)

Categories

Find more on Entering Commands in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!