photo

james carsley


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
76,988
of 301,432

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,280

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,555

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

  • Thankful Level 1

View badges

Feeds

View by

Question


How would i go about using the composite trapezoidal rule to obtain an approximation of the area, with a relative error of less than 0.00002%. With the code below. Thanks.
t=0:1:25; v = zeros(1,numel(t));%PRE-ALLOCATION m=1609.344/3600; %conversion from mph to m/s for i = 1:numel(t) if...

7 years ago | 0 answers | 0

0

answers

Question


How do i get my graph to produce a straight line other than just points? Thanks.
for t=0:1:25 if t<5 v=(0.1553567*t^6)-(2.0416*t^5)+(9.1837*t^4)-(14.829*t^3)-(1.3704*t)+(32.821*t)-1.3155; pl...

7 years ago | 2 answers | 0

2

answers

Question


How can i loop "Wo" to get the three pots out?
The displacement ?(?) of a forced, undamped, oscillating spring mass system is given to be ? =(?0/?(?^2 − ?0^2))*[? sin(?0?) − ...

7 years ago | 0 answers | 0

0

answers