Thread: Matlab support
View Single Post
  #2  
Old 04-13-2005, 10:46 AM
tobin tobin is offline
WorldViz Team Member
 
Join Date: Feb 2003
Posts: 251
Could you be more specific about what you mean by matlab support? It would certainly be possible to write create MEX files that fires up Vizard worlds, and I would expect even accept back data from Vizard.

Most users end up using one of the many Python based matlab interfaces. As you may or may not know, Vizard fully incorporates Python 2.3 and therefore you can leverage virtually any Python based toolkit.

There are two classes of matlab Python tools that we're aware of. The first is matlab look-a-like toolkits that bring in much of matlab's functionality by extending Python. These include NumArray, NumPy, and Numeric. Just search on Python's website for these. There's also PIL (Python Imagining Library) which adds great image processing and plotting support, again much in the style of matlab.

To interface between Python and matlab, there are many such libraries. One of these is PyMat.

I hope this helps. The current release of Vizard doesn't set up the proper Python standard registry which causes modern Python installer packages to bomb out. To correct this, see the following discussion thread (toward the end) for a script you can run that will then enable Python installer modules to use the Vizard path.

http://www.worldviz.com/forum/showth...thon+installer

Please don't hesitate to contact us again if you have any difficulties.
Reply With Quote