how display heatmap figure in gui without using new window?

2 次查看(过去 30 天)
Hi,
I have figure that result from applying heatmap.
What I need is displaying that figure in GUI using axes or anything else but not in new window.
I mean I don't want save figure then display it, but I need display that figure in GUI code when run heatmap function.
Thanks in advance

采纳的回答

Image Analyst
Image Analyst 2014-2-21
It doesn't look like that function has the ability to send its output to one of your own axes. Can you just use image(), imshow(), or imagesc() and apply the appropriate colormap to give you the same thing, but in an axes of your own choosing?

更多回答(0 个)

类别

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

标签

Community Treasure Hunt

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

Start Hunting!

Translated by