Matric Image display, anomalies.

1 view (last 30 days)
Ben Whelan
Ben Whelan on 11 Feb 2016
Answered: Walter Roberson on 11 Feb 2016
Im displaying a 3D matrix, as an image using the surf tool in a 2D display as follows:
figure;
title('Plot')
surf(Matrix,'EdgeColor','None');
view(2);
colorbar;
There are areas of the image that i am interested in distinguishing from other areas, however since there are a few very high/ very low background values, the image doesn't make the colour of the interesting areas distinct, since the colour bar has to take into account the whole spread of the values.
Is there a way to change the colour bar so it takes the average values more into account as apposed the extreme values?

Answers (1)

Walter Roberson
Walter Roberson on 11 Feb 2016
See caxis

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!