gusucode.com > 《matlab图像处理与界面编程宝典》秦襄培 编著,每章的MATLAB源代码程序 > 第28章/代码28-9.txt

    
PropName(1) = {'BackgroundColor'};    % 细胞型数组
PropName(2) = {'Enable'};             % 细胞型数组
PropName(3) = {'ForegroundColor'};    % 细胞型数组
PropVal(1,1) = {[.5 .5 .5]}; 
PropVal(1,2) = {'off'}; 
PropVal(1,3) = {[.9 .9 .9]};
PropVal(2,1) = {[1 0 0]}; 
PropVal(2,2) = {'on'}; 
PropVal(2,3) = {[1 1 1]};
PropVal(3,1) = {[.7 .7 .7]}; 
PropVal(3,2) = {'on'}; 
PropVal(3,3) = {[0 0 0]};