www.gusucode.com > mbc 工具箱 matlab 源码程序 > mbc/@mbcmodel/@responsefeatures/disp.m

    function disp(RF)
%DISP display of mbcmodel.responsefeatures used for debugging
%
% disp(RF)

% Copyright 2007 The MathWorks, Inc.
L = RF.Object;
fprintf('Response features for %s\n',getType(L));
disp(RespFeatName(L))