472,959 Members | 1,659 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,959 software developers and data experts.

pymat and Matlab6.5

To who read this message:

I am trying to use pymat with python2.3 and matlab6.5 but
unfortunatlly it does not work because it is intended for python2.2. I
tried to recompile the source code to make it work with matlab6.5 and
python2.3 platform but it does not work for my at all. Is there any
one in this plant who have already the compiled library and sned it to
me by email or post it in the internet in the Python web site.

Thank you all.

Junnty
Jul 18 '05 #1
5 3751
>>>>> "Juntu" == Juntu <ju***@operamail.com> writes:

Juntu> To who read this message: I am trying to use pymat with
Juntu> python2.3 and matlab6.5 but unfortunatlly it does not work
Juntu> because it is intended for python2.2. I tried to recompile
Juntu> the source code to make it work with matlab6.5 and
Juntu> python2.3 platform but it does not work for my at all. Is
Juntu> there any one in this plant who have already the compiled
Juntu> library and sned it to me by email or post it in the
Juntu> internet in the Python web site.

Not an answer to your question but, what are you trying to do?

Numeric and scipy provide a lot of matlab functionality -- the MLab
module of Numeric provides many functions with matlab compatible
arguments and return values. There are python modules for loading
*.mat files into python dictionaries in the matfile library
ftp://ion.le.ac.uk/matfile/matfile.tar.gz. The matplotlib.mlab
library complements MLab by adding more matlab compatible functions to
python, and matplotlib.matlab library provides matlab compatible
plotting in python

http://matplotlib.sourceforge.net

If using python instead of matlab is an option for you, let us know
what you are trying to do and in most cases my guess is there is a
python solution.

Former pymat user now almost completely weaned from matlab,
John Hunter

Jul 18 '05 #2
John Hunter <jd******@ace.bsd.uchicago.edu> wrote in message news:<ma*************************************@pyth on.org>...
>> "Juntu" == Juntu <ju***@operamail.com> writes:

Juntu> To who read this message: I am trying to use pymat with
Juntu> python2.3 and matlab6.5 but unfortunatlly it does not work
Juntu> because it is intended for python2.2. I tried to recompile
Juntu> the source code to make it work with matlab6.5 and
Juntu> python2.3 platform but it does not work for my at all. Is
Juntu> there any one in this plant who have already the compiled
Juntu> library and sned it to me by email or post it in the
Juntu> internet in the Python web site.

Not an answer to your question but, what are you trying to do?

Numeric and scipy provide a lot of matlab functionality -- the MLab
module of Numeric provides many functions with matlab compatible
arguments and return values. There are python modules for loading
*.mat files into python dictionaries in the matfile library
ftp://ion.le.ac.uk/matfile/matfile.tar.gz. The matplotlib.mlab
library complements MLab by adding more matlab compatible functions to
python, and matplotlib.matlab library provides matlab compatible
plotting in python

http://matplotlib.sourceforge.net

If using python instead of matlab is an option for you, let us know
what you are trying to do and in most cases my guess is there is a
python solution.

Former pymat user now almost completely weaned from matlab,
John Hunter

----------- From Juntu,

The same prolem again. I found no binaries of Scipy for Python2.3
under Windows Xp. To compile the source code you need many package
which really I do not want to install them in my computer, and also I
do not have enough experience to do complilation process. Is there
someone who already compiled Scipy to work for Pyhton2.3 for Win32
patform???.
Thanks
Jul 18 '05 #3
>>>>> "Juntu" == Juntu <ju***@operamail.com> writes:
Juntu> The same prolem again. I found no binaries of Scipy for
Juntu> Python2.3 under Windows Xp. To compile the source code you
Juntu> need many package which really I do not want to install
Juntu> them in my computer, and also I do not have enough
Juntu> experience to do complilation process. Is there someone who
Juntu> already compiled Scipy to work for Pyhton2.3 for Win32
Juntu> patform???.

If you want to use scipy on win32, I recommend the enthought edition
of python, which comes with scipy, wxpython, vtk and other goodies
built in

http://enthought.com/python/

They do have a version for python2.3.

I was surprised not to see a win32 python2.3 binary for scipy on the
scipy site.

John Hunter

Jul 18 '05 #4
| The same prolem again. I found no binaries of Scipy for Python2.3
| under Windows Xp. To compile the source code you need many package
| which really I do not want to install them in my computer, and also I
| do not have enough experience to do complilation process. Is there
| someone who already compiled Scipy to work for Pyhton2.3 for Win32
| patform???.
Juntu ....

The Enthought distribution of Python 2.3 for Windows
includes SciPy ....

http://www.enthought.com

I don't know about WinXP, but the distribution works fine
under Win98 ....

--
Cousin Stanley
Human Being
Phoenix, Arizona

Jul 18 '05 #5
"John Hunter" <jd******@ace.bsd.uchicago.edu> schreef in bericht
news:ma*************************************@pytho n.org...
<...snip...>
If you want to use scipy on win32, I recommend the enthought edition
of python, which comes with scipy, wxpython, vtk and other goodies
built in

http://enthought.com/python/

They do have a version for python2.3.

I was surprised not to see a win32 python2.3 binary for scipy on the
scipy site.

John Hunter

This distribution sounds very promising. At this moment it appears to be
rather disjunct to the ActiveState distro, where the windows specific
packages are prominent

Thank you for bringing this distribution to my attention!

kind regards Gerrit

--
www.extra.research.philips.com/natlab/sysarch/

Jul 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: aes | last post by:
Hi I'm trying to interface Python with MatLab. But I'm have the following problem whem I try to import PyMat module. >>> import pymat Traceback (most recent call last): File "<pyshell#7>",...
1
by: J. Michael Hammond | last post by:
As far as I know, the current version of pymat (python to MATLAB interface) is for Python 2.2. I tried installing it on Python 2.3 and it fails. Does anyone know either - whether there is...
2
by: Leeny | last post by:
Hi Group, Hope someone can help me with this problem. I am a new user to python and am currently working with pymat module of python. I tried to create plots thru pymat using pymat.eval(h,...
0
by: Wen Jiang | last post by:
Hi, Has anyone been able to get pymat work on a 64bit linux system? I compiled the CVS version of pymat with python2.3/matlab7.01 on Mandrake10.1 64bit system, it can start the engine and use...
3
by: Mohammed Smadi | last post by:
Hi; Does anyone know if we can call matlab for a python or bash script while feeding the matlab script some command line arguments? I have an interactive matlab script which i want to automate...
0
by: Knut Birger Lunde | last post by:
Pretty new to python.... I have a module for python who is made for python2.2. I have the endthought version 2.3. I have dowloaded a c++ source file and a makefile to create pymat.dll. However I...
4
by: Sven Jerzembeck | last post by:
Hello guys, is there any possibiliy using Phython code in Matlab. I couldnt find any helpful stuff. Its not graphical stuff I am doing just calculations with arrays and strings. Thanks for ...
1
by: CHRIS CHEW | last post by:
I am trying to get my pymat to work. The Python script did not interface to matlab yet. What are the required script to get the interface to work? Please send me email at chris9883@msn.com Chris...
9
by: lskov | last post by:
Does sombody in here know how i can set an wariable in matlab from python. I have found numpy an pymat, but i can not find out how to use it. Im using python 2.5 and matlab 2006b.
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
2
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.