Extract data from heatmap

14 ビュー (過去 30 日間)
Jason
Jason 2019 年 9 月 16 日
回答済み: Jason 2019 年 9 月 16 日
I have plotted a heatmap using the built in "heatmap" function from a table that has xdata, ydata and zdata.
My X,Y data is jusy in a column with each on increasing.
The heatmap outputs the zdata to map the location given by xdata and ydata.
Is there away to extract this zdata as it appears (i.e. the positon) in the heatmap.
Thanks
Jason

採用された回答

Jason
Jason 2019 年 9 月 16 日
Found it, use
h.ColorData
where h is the handle to the heatmap!

その他の回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by