Info

This question is closed. Reopen it to edit or answer.

MATLAB Homework Help Please

1 view (last 30 days)
anon
anon on 27 Mar 2013
Closed: MATLAB Answer Bot on 20 Aug 2021
I have no idea how to do this one.
Please show all working code. Any help will be appreciated.

Answers (1)

Image Analyst
Image Analyst on 27 Mar 2013
Define the arrays like
t = 0:10;
v = [40, 42, 45, and so on....
then use Simpson's rule as you learned in class to calculate the distance traveled in each time period and sum them. It may be easiest for you to use a for loop.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!