MATLAB: How to change the x axis of hue histgram from number to degree value

color spacehsv hue histigramImage Processing Toolbox

I used HSV color transformation to segment an image according to hue channel. I used histogram function to find the hue values for each image. The x axis of hue ranged from 0.1 to 1. I need to show these values in the hue degree i.e. from 0 to 360 degree. Is there any way to implement that?

Best Answer

What about multiplying the x value by 360?
If you ask an internet search engine for images concerning "hue 0 to 360" you find many examples: bars, lines, polar diagrams. So what do you want?