I doing Speech recognition using SVM...if My code detects my command ,lets say my command is "open word and type hello"...how can i make matlab to do the operation? please help me in this regard

1 view (last 30 days)
Make matlab to open word and open paint and closing it by the means of voice alone

Answers (1)

Walter Roberson
Walter Roberson on 20 Aug 2012
winopen() can be used to run the executable. The Java "Robot" class can be used to send mouse clicks and keystrokes to the executable.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!