
Evan Skaer
Statistics
2 Questions
0 Answers
RANK
89 708
of 275 699
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 18 571
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 125 511
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
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 ett år ago | 1 answer | 0
1
answerQuestion
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 ett år ago | 1 answer | 0