www.gusucode.com > mbctools 工具箱 matlab 源码程序 > mbctools/@xregtools/@MBrowser/docreatetoolsmenu.m

    function docreatetoolsmenu(h)
%DOCREATETOOLSMENU Create the tools add-on menu items
%
%  DOCREATETOOLSMENU(H) creates the browser's tools menu if there are any
%  addon tools defined.

%  Copyright 2000-2014 The MathWorks, Inc. and Ford Global Technologies, Inc.


% Contact extension manager
ext = mbcextensions.Extensions.Model;
Btools = ext.BrowserTools;
mbccreateaddonmenus(Btools, h.Figure, h);