www.gusucode.com > mbc 工具箱 matlab 源码程序 > mbc/mbccheckoutlic.m

    function varargout = mbccheckoutlic( varargin )
%
%   License checkout function for MBC Toolbox.  This dll will check out a
%   license based on a numeric input code:
%    0 = Simulink
%    1 = StateFlow
%    2 = Statistics
%    3 = Neural Net
%    4 = Optimisation
%    5 = Report Generator
%    6 = Symbolic Math
%    7 = Simulink Report Generator
%    
%   STATUS=MBCCHECKOUTLIC(CODE).  STATUS==0 implies the checkout failed.
%

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

error(message('mbc:mbccheckoutlic:MissingMEXFunction', mfilename, mexext));