Display alert dialog box
uialert(
displays a modal dialog box in front of the specified figure window. The figure must
be created with the fig
,message
,title
)uifigure
function. The dialog box
displays the specified message and has a title bar with the specified title. By
default, the dialog box also contains an error icon and an OK
button.
uialert(___,
displays a dialog box with properties specified by one or more
Name,Value
)Name,Value
pair arguments.