www.gusucode.com > mbc 工具箱 matlab 源码程序 > mbc/@mbcfoundation/@propertyinterface/isreadonly.m

    function OK = isreadonly(p)
%ISREADONLY
%
% OK = isreadonly(p)

%  Copyright 2006 The MathWorks, Inc. 

OK = isempty(p.SetFunction);