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

    function setErrorMessage(obj,m)
%SETERRORMESSAGE Sets the error message in this plot
%
% obj.setErrorMessage(m);
%
% Marks this object as having an error, and stores the specified message. 

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


obj.message = m;