Answered
Handles do not load without GUIDE opened
If the handle's structure is not loaded or is empty that means your GUI is not running. You are simply running or opening the fi...

6 years ago | 1

| accepted

Answered
Positioning bug in GUIDE
Are these buttons combination of multiple patches. Because what I can see in 1st figure the capacetit options dwon line is missi...

6 years ago | 0

Answered
is multi threading possible in MATLAB
Parallel Computing Toolbox is a way to go. If you don't have it then you would have to built state machine which will execute se...

6 years ago | 0

Answered
How to move a picture in GUI corresponds to user input speed?
There are many ways to approach this. First get the position of your GUI f = figure('Position',[300 300 300 200]); Set the...

6 years ago | 1

| accepted