473,480 Members | 1,845 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

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 3775
>>>>> "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
1320
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
1983
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
2513
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
1226
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
3985
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
1034
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
2011
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
1115
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
10604
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.
0
6908
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7048
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6741
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
6956
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
2997
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
2986
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1300
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
563
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
183
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.