command to Create a news window
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Leotsing
el 19 de Jun. de 2016
Comentada: Leotsing
el 19 de Jun. de 2016


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
0 comentarios
Respuesta aceptada
Walter Roberson
el 19 de Jun. de 2016
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.
Más respuestas (1)
Steven Lord
el 19 de Jun. de 2016
Are you asking how to create a dialog? If so take a look at the documentation for the msgbox function and also the documentation for the functions that are listed in the See Also section of the msgbox page. If not, please state in more detail exactly what you're trying to do.
Ver también
Categorías
Más información sobre Lighting, Transparency, and Shading en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!