Reset colormap to jet in plot_identification.m

Necessary after Matlab changed default
time-shift
Johannes Pfeifer 2016-05-31 08:21:46 +02:00
parent 06a8eeeea7
commit c6f98433d2
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ if SampleSize == 1,
text(0.5,ip,name{ip},'rotation',0,'HorizontalAlignment','right','interpreter','none')
end
colorbar;
colormap('jet');
ax=colormap;
ax(1,:)=[0.9 0.9 0.9];
colormap(ax);