www.gusucode.com > rfblks 工具箱matlab源码程序 > rfblks/rfblksioporthelp.m

    function rfblksioporthelp(blkhandle)
% RFBLKSIOPORTHELP Points Web browser to the HTML help file corresponding
%   to the RFBLKS Connection Port block.

%   Copyright 2006-2012 The MathWorks, Inc.

if isempty(docroot),
    error(message('rfblks:rfblksioporthelp:HelpSystemUnAvailable'));
end
helpview(fullfile(docroot,'simrf','helptargets.map'),'connection_port')