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

    function syncGUIvals(h, arrayh)
%SYNCGUIVALS Sync values from frames.

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

% Call super's method
super_syncGUIvals(h, arrayh);

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

% Sync options
set(h,'DensityFactor',evaluatevars(get(hopts,'DensityFactor')));