I have created a GUI and wish to set the position (and size) of the figure using the command;
set(hObject, 'Position', [4380, 1725, 900 650]);
guidata(hObject,handles)
When I place a break point at the first line and then continue the program, the handles update and the figure is in the correct position and of the right size, however without the breakpoint the position of the hObject (or handles.figure1) is not updated.
Any advice would be appreciated, thanks in advance.