www.gusucode.com > mbctools 工具箱 matlab 源码程序 > mbctools/+mbccrosssectiongui/@GraphView/gettitle.m

    function str = gettitle(obj)
%GETTITLE Return string to use as title for view
%
%  STR = GETTITLE(OBJ) returns a string that should be used as a title for
%  the container the view sits in.

%  Copyright 2014 The MathWorks, Inc. and Ford Global Technologies, Inc.


str = 'Model Output Graphs';