help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Python interface to octave


From: Sven-Erik Tiberg
Subject: RE: Python interface to octave
Date: Thu, 17 Jul 2008 23:29:59 +0200

Hi Francesco
 
Thanks for assist me in clearify my Q.
 
I like to call for example a file with a function like
 
function [ retval1, retval2] = calc_something ( input_arg1, input_arg2, input_arg3 )
     retval1 = input_arg1 * input_arg2;
     retval2 = input_arg2 * input_arg3;
endfunction
 
from python using f.example the popen() and/or popen2() metods.
 
My intend are to extend octave scripts with python UI and libs.
probably also for web-UI using web-server plone.org as web-interface to octave scripts.
 
I'm looking for examples on how to call octave scripts from python.
 
PS. are familiar with matlab / simulink and bit of python and plone. 
 
Hope this clearify my question.
Sven-Erik Tiberg
 
 

From: Francesco Potorti` [mailto:address@hidden
Sent: Thu 7/17/2008 10:48 AM
To: Sven-Erik Tiberg
Cc: address@hidden
Subject: Re: Python interface to octave

>Appreciate any tips?

Hy Sven, maybe no one answered because what you want is not clear :)

--
Francesco Potortì (ricercatore)        Voice: +39 050 315 3058 (op.2111)
ISTI - Area della ricerca CNR          Fax:   +39 050 315 2040
via G. Moruzzi 1, I-56124 Pisa         Email: address@hidden
(entrance 20, 1st floor, room C71)     Web:   http://fly.isti.cnr.it/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]