To set the colorbar scale to [36 45], add the following line at the end of your code:
set(gca,'CLim',[36 45]);
This will turn the circle all red since data is all less than 36.
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!