把矩阵数据保存在excel里 比如文件为 1 a.xlsx 通过下面的程序读取 1 2 3 4 5 6 a=xlsread('\文件保存的目录\a.xlsx'); figure(1); imagesc(a) colormap(hsv) colorbar title(' show by imagesc'); 运行结果: 可以通过figure中图像颜色来编辑对其颜色的设定。