From: Lian Gomes on 19 Mar 2010 15:40 "ching l" <chinglnc(a)hotmail.com> wrote in message <h44jbf$kep$1(a)fred.mathworks.com>... > Can anyone tell me which section in the matlab help file or what is the keyword to create a popup message window inside Gui? > > I have a few pushbuttons on my Gui. I want to have a "warning popup message" when the pushbutton has been wrongly pressed etc. > > Any advice would be much appreciated! > > Thanks. > -------------- You can use msgbox() msgbox(Message,Title,Icon) specifies which Icon to display in the message box. Icon is 'none', 'error', 'help', 'warn', or 'custom'. The default is 'none'.
|
Pages: 1 Prev: integer log spacing Next: How to simulate multipath signal with fractional delays? |