How can I convert the y-axis values to percentage from (0%-100%)?

 Accepted Answer

Do you mean Z matrix values you plotted using contourf or similar function ?
In that case, you normalize the Z matrix by dividing all its values with absolute highest value in Z matrix.
Then multiply Z matrix with 100 to get Z matrix in %. Then use contourf or similar function to plot them as you did before.
From the figure y axis and x axis values are geographic coorindates which are unique.

More Answers (0)

Categories

Asked:

IMC
on 30 Mar 2021

Commented:

IMC
on 30 Mar 2021

Community Treasure Hunt

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

Start Hunting!