Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Octave v7.3.0 Windows problem with ode45 function #231

Open
fletchjp opened this issue Mar 2, 2023 · 0 comments
Open

Octave v7.3.0 Windows problem with ode45 function #231

fletchjp opened this issue Mar 2, 2023 · 0 comments

Comments

@fletchjp
Copy link

fletchjp commented Mar 2, 2023

I have installed Octave 7.3.0 on Windows 11. I have also installed Anaconda and Jupyter to run Octave. I have old examples which use the function ode45. In older versions of Octave this was in odepkg which is no longer supported. An example runs with Octave but fails with Jupyter saying that I need to install odepkg.

I have run jupyter console -kernel octave which reports Jupyter console 6.4.3, Octave kernel v0.35.1 and Octave v7.3.0

The error message is:
error: pkg odepkg is not installed
error: called from load packages at line 47 column 7, pkg at line 632 column 7

I do not know what file is being referred to here.

On my setup the code for ode45 is located here:

C:\Program Files\GNU Octave\Octave-7.3.0\mingw64\share\octave\7.3.0\m\ode\ode45.m

I hope I have given enough information to find the problem.

John Fletcher

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant