Skip to content

Work with Octave too? #21

@PallHaraldsson

Description

@PallHaraldsson

Was there some other point with this package than to show Julia faster? I mean if MATLAB has some more functionality you can use, and possibly even Octave too, then it's good to know you can call it from Julia easily (through Python, using Oct2Py), as I tried the other day. I doubt their to be faster.

I have no need for ODE/this or related packages, was just curious how it worked, if it uses a toolbox, or same would be available in Octave. Maybe it is despite the error I got here (did I do something wrong?):

https://uk.mathworks.com/help/matlab/math/choose-an-ode-solver.html

>> [t,yv] = ode45(@imaginaryODE, tspan, yv0);
error: 'complexf' undefined near line 6 column 6
error: called from
    imaginaryODE at line 6 column 4
    starting_stepsize at line 46 column 5
    ode45 at line 192 column 25

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions