I have a script, which I need to interact with both via command line and UI interaction through some figures.
How do I programmatically switch the focus between console and full screen figure?
If I do figure()
then a new figures is open in front of Matlab, but it does not have the focus. I have not idea how to do the opposite...