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

    function m = getErrorMessage(obj)
%GETERRORMESSAGE Returns the error message
%
% m = obj.getErrorMessage
%
% Call this method only if obj.isError returns true.
% The message is a string describing the error.

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


m = obj.message;