MATLAB: Creating a Panel Programmatically, outside of GUIDE.

gui guide panel

In GUIDE I can create a Panel. I assumed that the panel would be a UIControl & would therefore have a "Style" property – it doesn't. So I cannot create a panel using the uicontrol function.
So,… How can one programmatically create a panel?
Thanks