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

    function out = numoutputs(E)
% exportmodel / numoutputs
% Some exportmodel classes can have multiple outputs so this method 
% returns the number of outputs. This should be overloaded
% if a child has more than one output.

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



out = 1;