MATLAB - GINPUT function without waitforbuttonpress

853 views Asked by At

I am creating a simulation GUI with MATLAB, using figure / plot to display current situation and interact with it through plot. I want to make it Real-time like program. So it is in like an infinite loop. I am using Ginput for mouse input but still want to make program running without waiting for click. How can I do that?

0

There are 0 answers