Global Index (short | long) | Local contents | Local Index (short | long)
hnr=iduiwok(k)
IDUIWOK Checks if window number k in the ident GUI exists. If it does, its handle number is returned, otherwise [] is returned.
This function calls | This function is called by |
---|---|
function hnr=iduiwok(k) % L. Ljung 9-27-94 % Copyright (c) 1986-98 by The MathWorks, Inc. % $Revision: 2.3 $ $Date: 1997/12/02 03:41:34 $ tag=['sitb',int2str(k)]; hnr=findobj(get(0,'children'),'flat','tag',tag);