已回答
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...

7 years 前 | 1

| 已接受

已回答
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...

7 years 前 | 0

已回答
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...

7 years 前 | 0

已回答
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...

7 years 前 | 1

| 已接受