フィルターのクリア

how display heatmap figure in gui without using new window?

2 ビュー (過去 30 日間)
nada ali
nada ali 2014 年 2 月 21 日
コメント済み: Erwan Tri Efendi 2023 年 3 月 21 日
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
  1 件のコメント
Erwan Tri Efendi
Erwan Tri Efendi 2023 年 3 月 21 日
hello,,,,what's this solution ? I have like problem

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

採用された回答

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 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