We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89746f commit 7870f25Copy full SHA for 7870f25
src/MATLABDiffEq.jl
@@ -50,7 +50,7 @@ function DiffEqBase.__solve(
50
sys = modelingtoolkitize(prob)
51
52
matstr = ModelingToolkit.build_function(map(x->x.rhs,equations(sys)),states(sys),
53
- parameters(sys),independent_variable(sys),
+ parameters(sys),independent_variables(sys)[1],
54
target = ModelingToolkit.MATLABTarget())
55
56
# Send the variables
0 commit comments