Create push button or state button component
creates a
push button in a new figure and returns the
btn = uibuttonButton object. MATLAB® calls the uifigure
function to create the figure.
creates a button of the specified style.btn = uibutton(style)
creates a btn = uibutton(___,Name,Value)Button with properties
specified by one or more Name,Value pair
arguments. Use this option with any of the input argument
combinations in the previous syntaxes.