Re: good matlab interface

2007-07-03 Thread [EMAIL PROTECTED]
On Jul 2, 3:02 pm, Brian Blais [EMAIL PROTECTED] wrote:
 On Jun 30, 2007, at 2:31 AM, felix seltzer wrote:

  Does any one know of a good matlab interface?
  I would just use scipy or numpy, but i also need to use
  the matlab neural network functions.  I have tried PyMat, but am
  having
  a hard time getting it to install correctly.

did you try mlabwrap? for me it worked without problems.
http://mlabwrap.sourceforge.net/

bernhard



 What problems are you having installing?  I had one problem with the
 terrible matlab license server, which I had to solve by making site-
 packages world writable, installing pymat as a user, and then
 removing the world writable flag.  Root just didn't have access to
 matlab on my machine.  :P

 bb


-- 
http://mail.python.org/mailman/listinfo/python-list


Re: good matlab interface

2007-07-02 Thread Brian Blais
On Jun 30, 2007, at 2:31 AM, felix seltzer wrote:

 Does any one know of a good matlab interface?
 I would just use scipy or numpy, but i also need to use
 the matlab neural network functions.  I have tried PyMat, but am  
 having
 a hard time getting it to install correctly.


What problems are you having installing?  I had one problem with the  
terrible matlab license server, which I had to solve by making site- 
packages world writable, installing pymat as a user, and then  
removing the world writable flag.  Root just didn't have access to  
matlab on my machine.  :P



bb

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: good matlab interface

2007-07-02 Thread felix seltzer

my problems where more with scipy, which i needed for pymat.
scipy gives two import errors (but still imports), and then pymat
cant find the libraries that scipy provides.

ohwell...
i think i can just modify it to work with numpy untill
i can sort out the errors.

thanks,
-felix


On 7/2/07, Brian Blais [EMAIL PROTECTED] wrote:


On Jun 30, 2007, at 2:31 AM, felix seltzer wrote:

 Does any one know of a good matlab interface?
 I would just use scipy or numpy, but i also need to use
 the matlab neural network functions.  I have tried PyMat, but am
 having
 a hard time getting it to install correctly.


What problems are you having installing?  I had one problem with the
terrible matlab license server, which I had to solve by making site-
packages world writable, installing pymat as a user, and then
removing the world writable flag.  Root just didn't have access to
matlab on my machine.  :P



bb


-- 
http://mail.python.org/mailman/listinfo/python-list

good matlab interface

2007-06-30 Thread felix seltzer

Does any one know of a good matlab interface?
I would just use scipy or numpy, but i also need to use
the matlab neural network functions.  I have tried PyMat, but am having
a hard time getting it to install correctly.

For that mater, a good neural net module for python would
work just as well as a good matlab interface.

Any suggestions?

-felix
-- 
http://mail.python.org/mailman/listinfo/python-list