Re: pythoncode in matlab

2006-05-12 Thread Daniel Klünder
Hi Sven, I don't have Matlab on my computer so the following is just a wild guess: As far as I know you can include C code into Matlab or at least into Simulink. Maybe you could try to execute your Python script in that C code? Daniel -- http://mail.python.org/mailman/listinfo/python-list

Re: pythoncode in matlab

2006-05-11 Thread patrick . d . hull
> PyMat will not help you! PyMat works the other way around, ie it > allows for Matlab calls from Python. excuse my ignorance: but why would that not be helpful? I may be missing something blindingly stupid (very possible) but it seems to me using PyMat would be just as powerful (if not more) as

Re: pythoncode in matlab

2006-05-11 Thread Carl
[EMAIL PROTECTED] wrote: > check out PyMat: > http://claymore.engineer.gvsu.edu/~steriana/Python/pymat.html > > I've never used it but I believe it should work for your needs. > However, I highly recommend taking a look at SAGE: > http://modular.math.washington.edu/sage/ > which has an interface

Re: pythoncode in matlab

2006-05-11 Thread patrick . d . hull
check out PyMat: http://claymore.engineer.gvsu.edu/~steriana/Python/pymat.html I've never used it but I believe it should work for your needs. However, I highly recommend taking a look at SAGE: http://modular.math.washington.edu/sage/ which has an interface to octave. -ph -- http://mail.python.