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