MATLAB: Command to Create a news window

guinewsuiuifigurewindow

I want to know what command can create a news window jump to show something?(@Image 1) I have already search uifigure' with 'uialert'can work similarly to that(@Image 2). But I want to make the @Image 1 very much. —–Thanks to all people answer or view&think about this question

Best Answer

See msgbox(), possibly changing the graphics image for it. warndlg() might be appropriate.
warndlg() and errordlg() and dialog() and msgbox() all use the same internal mechanism, just with different default graphics image.