Statistics
MATLAB Answers
0 Questions
1 Answer
RANK
88,880
of 301,603
REPUTATION
0
CONTRIBUTIONS
0 Questions
1 Answer
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 21,350
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 175,723
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Answered
How to design a bump on the road as shown in the figure which is the input to the transfer function?. I had an input code for bump (half sine wave) which is r=0.1*sin(2*pi*20*t) ,what code need to be added into the same input as the flat road??
th = linspace(0,3*pi) ; r=0.1*sin(th) ; r(th>pi)=0 ; plot(th,r,'linewidth',10)
How to design a bump on the road as shown in the figure which is the input to the transfer function?. I had an input code for bump (half sine wave) which is r=0.1*sin(2*pi*20*t) ,what code need to be added into the same input as the flat road??
th = linspace(0,3*pi) ; r=0.1*sin(th) ; r(th>pi)=0 ; plot(th,r,'linewidth',10)
2 years ago | 0
