Community Profile

photo

Evan Skaer


Last seen: mer än 2 år ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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(...

mer än 2 år ago | 1 answer | 0

1

answer

Question


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...

mer än 2 år ago | 1 answer | 0

1

answer