Problem with axis in Matlab GUI
    조회 수: 4 (최근 30일)
  
       이전 댓글 표시
    
I want to insert heatmap figure into axis in my Matlab GUI but it didn't work. Instead of this I have 1 heatmap object and 1 figure opened. I want only to put heatmap into GUI axis. (handles.heatMap)
heatmap - is a variable which ready to plot a HeatMap.
Here is my code :
 cl=ymin:ymax;
 rl=xmin:xmax;
 handles.heatMap=plot(HeatMap(heatmap,'RowLabels',rl,'ColumnLabels',cl,'ColorMap',redbluecmap,'Symmetric',false),figure('Renderer','ZBuffer','Visible','on'));
 guidata(hObject,handles);
댓글 수: 0
답변 (0개)
참고 항목
카테고리
				Help Center 및 File Exchange에서 Data Distribution Plots에 대해 자세히 알아보기
			
	제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
