www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgtradeoffgui/@mmSiteGraphView/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 2000-2004 The MathWorks, Inc. and Ford Global Technologies, Inc.


str = 'Model site positions';