Plot a HeatMap in Matlab GUI

2 次查看(过去 30 天)
Jonasz
Jonasz 2013-9-2
Hello I want to plot a HeatMap into axes handles in Matlab GUI
Here's my code :
hit=HeatMap(hm,'RowLabels',rl,'ColumnLabels',cl,'ColorMap',redbluecmap,'Symmetric',false);
axes(handles.axes_HM);
pl=plot(hit);
And here is the error :
??? Error using ==> figure
Invalid property found.
Object Name : figure
Property Name : 'PagePosition'.
Error in ==> HeatMap.plot at 42
hFig = figure('Renderer', 'ZBuffer',...
Error in ==> one>my_list_Callback at 96
pl=plot(hit);
Error in ==> gui_mainfcn at 96
feval(varargin{:});
Error in ==> one at 42
gui_mainfcn(gui_State, varargin{:});
Error in ==>
@(hObject,eventdata)one('my_list_Callback',hObject,eventdata,guidata(hObject))
??? Error while evaluating uicontrol Callback
What is wrong ?

回答(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