PDA

View Full Version : Calling Matlab application from Wizard


luzanin
01-31-2007, 04:31 AM
I developed a fuzzy-logic processor in Matlab which takes input from 5DT Ultra 5 dataglove and interprets gestures.
Is there a way to use this Matlab module within my Wizard application, i.e. to redirect finger flexure readings to it and than read its output (detected gesture)?

farshizzo
01-31-2007, 09:48 AM
The 5DT dataglove already provides you with the current gesture. If you still want to compute it yourself using matlab, then you can use pymat (http://sourceforge.net/projects/pymat). Currently, it is only compiled for python 2.2 and requires the NumPy library. However, it is open source, so you can recompile it for python 2.3.