www.gusucode.com > sloptim工具箱matlab源码程序 > sloptim/sloptim/@sroengine/@Specification/getLog.m

    function Log = getLog(this) 
% GETLOG  Method to return any logs attached to the specification.
%
 
% Author(s): A. Stothert 29-Jun-2005
% Copyright 2005-2008 The MathWorks, Inc.

Log = this.Logs;