How to get data from a java panel embedded in a Matlab figure? How to automatically push a button in a Matlab figure?

1 view (last 30 days)
Hello,
I have two questions, both related to an excellent work done by Brian Moore, which I need to customize for my own needs. The submission I am referring to is at: https://fr.mathworks.com/matlabcentral/fileexchange/47272-chess-master
What I would need is to analyze chess games automatically and get the best move from a certain position using stockfish. However, I would prefer to do this using command lines and not with a GUI. My first question:
  1. the engine GameAnalyzer has a button, "Start Analysis"; is there a way to start it using a command line?
  2. the results of the analysis are stored in panels (more precisely in a panel called "Analysis"). I could see these panels by looking at the figure's Children, but how could I get the data from them?
Any help with these would be greatly appreciated. Thank you very much!
Claude

Answers (0)

Categories

Find more on App Building in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!