I'm having this issue in my MATLAB program.
I want to perform a set
operation on my UI during a coding. In other words I'm pressing a button to launch my code and at the same time I want to change some uicontrol
s.
I tried with pause
and wait
with no luck.
I'm pretty sure that MATLAB gives priority to my coding part intead of the Java interface.
Anyone has any idea? Thanks