www.gusucode.com > mbcmodels 工具箱 matlab 源码程序 > mbcmodels/@localusermod/getInternalModels.m

    function mdls = getInternalModels(m)
%GETINTERNALMODELS
%
% mdls = getInternalModels(m);

%   Copyright 2006-2007 The MathWorks, Inc.

mdls = {m.userdefined};