www.gusucode.com > signal 工具箱matlab源码程序 > signal/@filtdes/@iirlpnormc/getOptshndl.m

    function hopts = getOptshndl(h,arrayh)
%GETOPTSHNDL Get handle to frame with options.

%   Author(s): R. Losada
%   Copyright 1988-2003 The MathWorks, Inc.

% Get handle to options frame
hopts = find(arrayh,'-class','siggui.iirlpnormcoptsframe');