文件名称:matlab图像增强源程序
文件大小:7KB
文件格式:NONE
更新时间:2013-06-16 01:07:19
matlab 图像增强 源程序
r = truecolor(:,:,1); g = truecolor(:,:,2); b = truecolor(:,:,3); figure plot3(r(:),g(:),b(:),'.') grid('on') xlabel('Red (Band 3)') ylabel('Green (Band 2)') zlabel('Blue (Band 1)') title('Scatterplot of the Visible Bands')