📜  在 matlab 上绘制绘图 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:03.797000             🧑  作者: Mango

代码示例1
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')