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

    
YIQ = rgb2ntsc(RGB);
I = YIQ(:,:,1);
imshow(I);