www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgsurfview/@svdata/getTitle.m

    function t = getTitle(obj)
%GETTITLE Returns the title of the plot
%
% t = obj.getTitle
%
% This is a string; usually the node name

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


t = obj.title;