V-R
0
Q:

bring plot on top matlab

a = plot(x,y) %let a be the handle to plot 1
b= plot(x2,y2) %let b be the handle to plot 2
uistack(a,'top') %you can also do uistack(b,'bottom')
1

New to Communities?

Join the community