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

    function dir = xregGetDefaultDir(type)
%XREGGETDEFAULTDIR Returns a default directory for a given type of object
%
%  DIR = XREGGETDEFAULTDIR(TYPE) returns the default mbcmodel path for the
%  given type.
%
%  This function has been grandfathered and replaced by mbcGetPath.

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


dir = mbcGetPath('mbcmodel', type);