Add heatmap into uifigure (No App Manager)

7 ビュー (過去 30 日間)
Julien Maxime
Julien Maxime 2022 年 10 月 5 日
回答済み: Simon Chan 2022 年 10 月 5 日
Hello,
I am manually building a GUI using uifigure() with several graphs. Among those graphs, I would like to display a heatmap but I have the error:
" Error using heatmap
HeatmapChart cannot be a child of UIAxes.
Error in TimeLapseInterpolatedMap (line 116)
heatObj4 = heatmap(ax4, data(:,:,2)); "
I have tried the pcolor command but it deform the dimension of the heatmap. I will not post the whole code here as it would be long but if you need any more information I will be happy to give some.
Thank you !

回答 (1 件)

Simon Chan
Simon Chan 2022 年 10 月 5 日
You may use uipanel instead of uiaxes for heatmap

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by