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 6ac8f2b commit a33235aCopy full SHA for a33235a
README.md
@@ -259,6 +259,8 @@ savefig("benchmark4.png")
259

260
261
262
+Together this demonstrates that the algorithms like `ode45` and `ode15s` are
263
+not competitive performance-wise against the Fortran and Julia methods.
264
This shows that being able to run MATLAB ODE algorithms with MATLAB functions
265
is cute, but does not really have a practical use due to MATLAB's lack of
266
performance (and its [pass by copy](https://www.mathworks.com/matlabcentral/answers/152-can-matlab-pass-by-reference) for functions).
0 commit comments