MATLAB Central Discussions - Join the conversation!
Contenido principal

Resultados de


Pawel Jung
Pawel Jung
Última actividad el 23 de Oct. de 2020

I would like to plot 2 discrete vectors on one graph created as follows: u=1; X={u,2*u,3*u,4*u,5*u,6*u,7*u,8*u,9*u}; Y={u,3*u,5*u,-u,-6*u,u-u,u^2,u^3,u^4}; stem(X,Y) unfortunately system returns error how to do it properly?

Go to top of page