matlab将矩阵数据归一化到[0,255] matlab将矩阵数据归一化到[0,255] function OutImg = Normalize(InImg) ymax=255;ymin=0; xmax = max( … 继续阅读 matlab将矩阵数据归一化到[0,255]