How can I access menu features on a program that runs in MATLAB from another script?

7 views (last 30 days)
I'm trying to create a script that will access menu features on a program that runs in MATLAB. How do I access the different menu options for my script?
  7 Comments
Zain Mecklai
Zain Mecklai on 27 Jan 2011
Are you trying to write automated tests for your GUI or are you simply trying to drive the UI without having a user drive it for the functionality?
rob wise
rob wise on 28 Jan 2011
im trying to run tests for analysis, i just want to have an automated script that adds photos to the database then make the program test photos to see if it will successfully add it to the ones in the database.

Sign in to comment.

Answers (1)

Walter Roberson
Walter Roberson on 27 Jan 2011
Java Robot class.

Categories

Find more on Debugging and Analysis in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!