oct2py Questions

5

So, I'm trying to use oct2py on Windows, like so: from oct2py import octave That's literally the only code I need to reproduce the error. When I execute this, I get OSError: Octave Executable n...
Gramps asked 12/2, 2019 at 13:50

0

I have installed the oct2py package using the pip command pip install oct2py, set the environement path of python, pip and octave as in the following picture: However, whenever I try to import it ...
Darren asked 19/1, 2021 at 13:16

1

Solved

I have installed Python anaconda environment, and installed oct2py using (D:\Anaconda2) C:\Users\BNP>conda install -c conda-forge oct2py When I try to import oct2py from anaconda prompt, it d...
Natatory asked 12/12, 2017 at 10:36

1

Solved

I'm using Oct2Py in order to use some M-files in my Python code. Let's say that I have this simple Matlab function : function [a, b] = toto(c); a = c; b = c + 1; end What happens if I call it...
Samy asked 13/4, 2017 at 14:3
1

© 2022 - 2024 — McMap. All rights reserved.