Skip to content

Commit

Permalink
Create example issueExample.m for robotology/wb-toolbox#203
Browse files Browse the repository at this point in the history
  • Loading branch information
nunoguedelha committed Mar 12, 2021
1 parent 266512a commit 21af3ac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions issueExample.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
% Run a simulation programmatically
programmaticRun();

function programmaticRun()

sim('test_matlab_system_2020b','SimulationMode','normal','SrcWorkspace','current');

end

0 comments on commit 21af3ac

Please sign in to comment.