plotting multiple plot on GUI on certain axes..

조회 수: 8 (최근 30일)
Leon Dindra
Leon Dindra 2012년 2월 11일
댓글: Tyann Hardyn 2021년 6월 24일
Zinterp = griddata(jarakrae,dalamrae,rae,Xinterp,Yinterp,'nearest');
contourf(handles.axes1,Xinterp,Yinterp,Zinterp), shading flat,...
colorbar('location','southoutside')
% Create plot in axes 2
plot(handles.axes2,jarakfraser,fraservalue)
set(handles.axes2,'XMinorTick','on')
grid on
% Create plot in axes 3
plot(handles.axes4,jarakw,tiltre,jarakw,0)
set(handles.axes4,'XMinorTick','on')
grid on
% Create plot in axes 4
plot(handles.axes3,jarakw,tiltw,jarakw,elipsw,jarakw,0)
set(handles.axes3,'XMinorTick','on')
grid on
----------------------------------------------------
i want to plot multiple graph at certain axes in my GUI but somehow it messed up. When im adding some statement to certain axes somehow its applied to the other axes. Anybody know how to end statement of certain plots?
  댓글 수: 1
Tyann Hardyn
Tyann Hardyn 2021년 6월 24일
Omg this is like in my case... I wanna add multiple figure but it suddenly emerge in the other figure

댓글을 달려면 로그인하십시오.

답변 (1개)

Walter Roberson
Walter Roberson 2012년 2월 11일

카테고리

Help CenterFile Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by