Documentation of iduivis


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


Function Synopsis

iduivis(handles,onoff)

Help text

IDUIVIS Sets the visibility ONOFF for the valid handles in the list HANDLES.

Cross-Reference Information

This function is called by

Listing of function iduivis

function iduivis(handles,onoff)

%   L. Ljung 9-27-94
%   Copyright (c) 1986-98 by The MathWorks, Inc.
%   $Revision: 2.3 $  $Date: 1997/12/02 03:40:37 $

hand=handles(:);
z=hand(find(hand>0));
for kh=z'
   eval('set(kh,''vis'',onoff);','')
end