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

9 次查看(过去 30 天)
Hi,
How can I convert the below y-axis values to percentage from (0%-100%)?
Kindly help.
Thank you!

采纳的回答

VBBV
VBBV 2021-3-30
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Contour Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by