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

    function optionsChanged(obj)
%OPTIONSCHANGED Placeholder
%
% obj.optionsChanged
%
% This implementation simply throws an error.
% Subclasses should overload this method to modify the plot
% to reflect the new values of the options.

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


error(message('mbc:cgsurfview:abstractplot:InvalidOperation1'));