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

    
if rem(a, 2) == 0
    disp('a is even')
    b = a/2;
end