www.gusucode.com > sigtools 工具箱matlab源码程序 > sigtools/@sigtools/@fdatool/getfvtoolhandle.m

    function h = getfvtoolhandle(this)
% Sets Fvtoolhandle property of this class

h = this.FvtoolHandle;

end