I'm trying to implement a resizable MATLAB UI. But I'm encountering a lot of problems.
In fact, the use of the normalized
command is compulsory in order to have a window that automatically resize its content. However the 'normalization' of the uicontrol
items it is not always the same. For instance the popupmenu
is different from the text
and edit
. Moreover the FontSize has another behavior with respect to the previous ones.
Is there a simple tutorial out there in which all this stuff is explained? I didn't find any.