Finding a Good Java ODE Solution

I am working on a project to create a GUI for an algorithm in MATLAB using an ODE solution (ode45). So I need to translate MATLAB code in Java. The problem is solving ode45. Java does not seem to have a ready-to-use solver, and ODE is not my specialty. I just don't look good, or are there really ODE solvers for Java?

thank

+5
source share
2 answers

If you need a math library for Java, there are several available, open or commercial on the market. That's not a lot.

+4
0

All Articles