close windows created by sciGUI
winclose(winIds)
:winIds matrix of integer greater than 0, window identificator. :
winclose(winIds) close windows created by sciGUI.
//CREATE SOME WINDOWS
win1=`waitbar`_('This is an example');
win2=`waitbar`_('HELLO!');
winclose([win1,win2]);