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

    function out = getunits(em)
% ExportModel\getunits
% U = getunits(E)
%   Units is a column cell array of strings
%   The first element of units is the output units and hence
%   units has length numfactors+1 (or be empty if there are no units)

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


out = em.units;