【20210907】【Matlab】画图命令 pcolor 的使用
hfig = pcolor(packet_ind, range_axis, OneRange_1Hz); set(hfig, 'linestyle', 'none'); colormap('jet'); view([0, 90]); axis('tight');hold on;plot([left, left], 'm--', 'linewidth', 3); hold on;plot([right, right], 'm--', 'linewidth', 3); hold off;...