請在下面找到我用Matlab生成的HeatMap的副本。我有兩個 問題,我想解決:Matlab:HeatMap的一些問題
1)正如你所看到的,HeatMap只有三個不同的值,它顯示。
Red = 500
Green = 0
Black = 250
Unfortuantely時,彩條顯示大約10不同的值,即使對於 未在熱圖中使用的顏色。我看不出如何改變這種狀況。有誰知道 我如何定製這個Colorbar/label,以便它覆蓋實際使用的三個值?
2)當我試圖繪製該熱圖,我得到了以下錯誤消息:
hmo = HeatMap(data)
HeatMap object with 20 rows and 20 columns.
plot(hmo);
Error using ==> figure
Invalid property found.
Object Name : figure
Property Name : 'PagePosition'.
Error in ==> HeatMap.plot at 42
hFig = figure('Renderer', 'ZBuffer',...
你的幫助非常感謝! 帕特里克
「HeatMap」的代碼在哪裏?這個問題似乎在那裏。另外,它是matlab中的「PaperPosition」,用於定位不是「PagePosition」的圖形。 – 2012-07-27 15:07:16