matlab stem双变量

x=[1,2,3];
y=[4,5,6];
stem([x',y'])

image

注意:xy要为列向量

posted @ 2023-01-30 18:48  zt001  阅读(168)  评论(0)    收藏  举报