Community Profile

photo

Evan Skaer


Last seen: 2年以上 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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

2年以上 前 | 1 件の回答 | 0

1

回答

質問


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

2年以上 前 | 1 件の回答 | 0

1

回答