Documentation of iduiwok


Global Index (short | long) | Local contents | Local Index (short | long)


Function Synopsis

hnr=iduiwok(k)

Help text

IDUIWOK Checks if window number k in the ident GUI exists.
      If it does, its handle number is returned, otherwise [] is returned.

Cross-Reference Information

This function calls This function is called by

Listing of function iduiwok

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);