www.gusucode.com > mbcdata 工具箱 matlab 源码程序 > mbcdata/@cgoptimoutput/getname.m

    function out = getname(obj)
%GETNAME Return name of object
%
%  STR = GETNAME(OBJ) returns the name of the output object.

%  Copyright 2005 The MathWorks, Inc.


out = obj.name;