Re: How to use octave in python

2005-07-21 Thread travlr
And or numarray :) http://www.stsci.edu/resources/software_hardware/numarray -- http://mail.python.org/mailman/listinfo/python-list

Re: How to use octave in python

2005-07-20 Thread Robert Kern
[EMAIL PROTECTED] wrote: > Hi, > > I want to use octave to read a file and do some matrix operation. My > question is, how do I do it inside my python script? Also, can I write > octave line by line in python without having to write the octave code > in another script and then call it in the py