Obtaining Odesystem equations in code format from SBML file

ODEProblemExpr(sys) gives the ODEProblem as a Julia expression instead of as the object itself. That’s one tool here.

You can check equations(odesys) and then create a new equation array that you then create a new system from.

3 Likes