pnanez / HyEQ_Toolbox

Hybrid systems equations simulator, development repository
Other
11 stars 2 forks source link

Create Simulink Block for Creating HybridArc from (t, j, x) signals #68

Open pwintz opened 2 years ago

pwintz commented 2 years ago

It would be nice if we created a Simulink block that takes t, j, and x as inputs and outputs a HybridArc object with a given name to the workspace. This would make it easier to use HybridPlotBuilder for creating plots and would simplify the Simulink models.

pwintz commented 4 months ago

The current implementation uses eval. Maybe use this instead: https://www.mathworks.com/help/matlab/ref/assignin.html