Comments on: How to install pymatlab http://vincenzo-ampolo.net/2012/06/24/how-to-install-pymatlab/ hacks, researches, thoughts Thu, 18 Jul 2013 18:47:42 -0700 hourly 1 http://wordpress.org/?v=3.6.1 By: vincenzoampolo7 http://vincenzo-ampolo.net/2012/06/24/how-to-install-pymatlab/#comment-222 vincenzoampolo7 Tue, 25 Sep 2012 02:18:10 +0000 http://goshawknest.wordpress.com/?p=177#comment-222 There was a Typo. It’s LIBRARY_PATH and not LD_LIBRARY_PATH.

Now it should work on matlab 2012 too.

]]>
By: vincenzoampolo7 http://vincenzo-ampolo.net/2012/06/24/how-to-install-pymatlab/#comment-221 vincenzoampolo7 Wed, 04 Jul 2012 06:29:53 +0000 http://goshawknest.wordpress.com/?p=177#comment-221 It seems to be just a linker problem. Or… you can just grab the 2011 version :)

Or… if you don’t have a lot of .mat , just use numpy & scipy. they are much more powerful

]]>
By: Claus F http://vincenzo-ampolo.net/2012/06/24/how-to-install-pymatlab/#comment-220 Claus F Thu, 28 Jun 2012 16:01:11 +0000 http://goshawknest.wordpress.com/?p=177#comment-220 Thanks for your advices. Unfortunately they do no longer work with MATLAB R2012a
I changed the version number in the file names, but the following errors occur

/usr/bin/ld: cannot find -leng

/usr/bin/ld: cannot find -lmx

It would be great if the tool would be available even for more recent versions of MATLAB.

Claus

]]>
By: oliva http://vincenzo-ampolo.net/2012/06/24/how-to-install-pymatlab/#comment-219 oliva Sun, 24 Jun 2012 17:17:33 +0000 http://goshawknest.wordpress.com/?p=177#comment-219 For a university project i had to deal with a web application written in python and some computations that are matlab based. Of course my webapp was in python so I had to find a library to interact with python. I’ve found pymatlab to be a good library for this goal.

]]>