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

9 ビュー (過去 30 日間)
IMC
IMC 2021 年 3 月 30 日
コメント済み: IMC 2021 年 3 月 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.
  1 件のコメント
IMC
IMC 2021 年 3 月 30 日
Thank you so much!
It worked.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeContour Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by