winclose - close windows created by sciGUI
winclose(winIds) close windows created by sciGUI.
//CREATE SOME WINDOWS win1=waitbar('This is an example'); win2=waitbar('HELLO!'); winclose([win1,win2]);
Jaime Urzua