[Documentation] [TitleIndex] [WordIndex

Notes for calling Octave functions through python

Only tested for Ubuntu (10.04)

Install Octave (with source) and all Add-On packages

Download/Install pytave

Simple Python Code to Run Octave Functions

From inside ipython type:

import pytave
pytave.feval(1, "cos", 0)

2024-03-30 12:17