How to control .jar file using .fig file?

1 view (last 30 days)
Mary Requilman
Mary Requilman on 8 Nov 2015
Good day!
I have two guis: one was made using MATLAB (.fig) and the other using Android Studio (.jar).
My concern is that can my .fig file have an access or control the .jar file? And how?
Given that the .fig file has three push buttons, namely, A B and C while the .jar file also has three buttons, namely, 1 2 and 3.
I would like to push the .jar file's push button 1 automatically when the .fig file's push button A was pressed. So as .jar's pbs 2 and 3 be pushed when .fig's pbs B and C are pressed.
press .fig's pb A --> controls .jar's pb 1
press .fig's pb B --> controls .jar's pb 2
press .fig's pb C --> controls .jar's pb 3
Anyone who knows how to execute this one? Thank you so much.

Answers (0)

Community Treasure Hunt

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

Start Hunting!