plotting multiple plot on GUI on certain axes..

1 Ansicht (letzte 30 Tage)
Leon Dindra
Leon Dindra am 11 Feb. 2012
Kommentiert: Tyann Hardyn am 24 Jun. 2021
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 Kommentar
Tyann Hardyn
Tyann Hardyn am 24 Jun. 2021
Omg this is like in my case... I wanna add multiple figure but it suddenly emerge in the other figure

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Walter Roberson
Walter Roberson am 11 Feb. 2012

Kategorien

Mehr zu Creating, Deleting, and Querying Graphics Objects finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by