diff --git a/issueExample.m b/issueExample.m new file mode 100644 index 0000000..0d17f87 --- /dev/null +++ b/issueExample.m @@ -0,0 +1,8 @@ +% Run a simulation programmatically +programmaticRun(); + +function programmaticRun() + +sim('test_matlab_system_2020b','SimulationMode','normal','SrcWorkspace','current'); + +end