Example n = [0:20]; x = [(n-3) == 0]; hd = stem(n,x,'k'); axis([0,20,min(x),max(x)]); set(get(hd,'Parent'),'FontName','times new roman')
確定! 回上一頁