I want to use "PDToolbox" from Matlab under octave. I'm using the version from https://github.com/carlobar/PDToolbox_matlab, but I have tried the release v1 too. I'm using octave 4.2.2 under ubuntu 18.04.
After installation of the toolbox I first tried to run the tests in the test directory. Some of them work well (sometimes after replacing ole113 by ole23), but all the tests with more than one population give essentially the same error message. For test2.m for instance:
>> test2
Running rd dynamics
error: ode45: INIT must be a numeric vector
I tried to load the package octave-odepkg (0.8.5). (Which gives warnings about shadowing of core libery functions.) After that I get a slightly different error message:
>> test2
Running rd dynamics
error: Third input argument must be a valid numerical value
I don't have access to matlab, so my first question would be whether the same kind of errors appear with matlab. But my main question is of course, how to get past those errors.