www.gusucode.com > stats 源码程序 matlab案例代码 > stats/fsurfht.m

    %% fsurfht

origPwd = pwd;
cd(fullfile(matlabroot,'toolbox/stats/statsdemos'))
fsurfht('peaks',[-3 3],[-3 3])
cd(origPwd)