Python Forum
How to import Octave to Python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to import Octave to Python
#4
Greetings for the day.
I have successfully imported octave in Python and now I am able to execute my Octave program through python.

Following steps are needed to be done:
1) Install Numpy with command 'pip install numpy'
2) Install Scipy with command 'pip install scipy'
3) Install oct2py with command 'pip install oct2py'
4) Set the path of the octave if needed with command setx path "path of octave;

Thank You.
Reply


Messages In This Thread
How to import Octave to Python - by gurbhej_singh - Apr-24-2019, 09:34 AM
RE: How to import Octave to Python - by scidam - Apr-24-2019, 10:00 AM
RE: How to import Octave to Python - by gurbhej_singh - May-03-2019, 10:03 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  wordpress-python-xmlrpc. I can import 1 file. How do I import the entire folder? SamLearnsPython 0 3,292 Jul-05-2018, 06:21 AM
Last Post: SamLearnsPython

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020