Community Profile

photo

Evan Skaer


Last seen: más de 2 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Says "error using plot, vectors must be the same length"
x1=linspace(0,8.*pi,50) y1=exp(-0.1.*x1).*cos(5.*x1) xx1=linspace(0,8.*pi,1000) x2=linspace(-1,1) yy1=exp(-0.1.*x2).*cos(...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I have a code but it keep saying "invalid expression. when calling a function or indexing a variable, use parentheses. otherwise check for mismatched delimiters.
x1=linspace(0,8.*pi,50) y1=exp(-0.1.*x1).*cos(5.*x1) xx1=(0,8.*pi,1000) x2=linspace(-1,1) yy1=exp(-0.1.*x2).*cos(5.*x2) y...

más de 2 años hace | 1 respuesta | 0

1

respuesta