You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-8Lines changed: 23 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,15 @@
1
1
# MATLABDiffEq.jl
2
2
3
-
[](https://gitter.im/JuliaDiffEq/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
3
+
[](https://julialang.zulipchat.com/#narrow/stream/279055-sciml-bridged)
MATLABDiffEq.jl is a common interface binding for the [MATLAB](https://www.mathworks.com/products/matlab.html) ordinary differential equation solvers. It uses the [MATLAB.jl](https://github.com/JuliaInterop/MATLAB.jl) interop in order to
6
-
send the differential equation over to MATLAB and solve it. Note that this
7
-
package requires the differential equation function to be defined using
MATLABDiffEq.jl is simply a solver on the DiffEq common interface, so for details see the [DifferentialEquations.jl documentation](https://juliadiffeq.github.io/DiffEqDocs.jl/dev/).
25
+
MATLABDiffEq.jl is simply a solver on the DiffEq common interface, so for details see the [DifferentialEquations.jl documentation](https://docs.sciml.ai/DiffEqDocs/stable/).
27
26
However, the only options implemented are those for error calculations
28
-
(`timeseries_error`), `saveat` and tolerances.
27
+
(`timeseries_errors`), `saveat`, and tolerances.
29
28
30
29
Note that the algorithms are defined to have the same name as the MATLAB algorithms,
31
30
but are not exported. Thus to use `ode45`, you would specify the algorithm as
0 commit comments