Re: How to use octave in python
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
[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