Microsoft Word - mathlab#3 doc.docx
November 23, 2021 MATLAB Assignment # 3
Study the m file attached. Understand how to build a simple integrator (finding area under the
curve by adding the area of one small rectangle at every time step.
View the following link to understand simple numerical integration:
https:
www.khanacademy.org/math/ap-calculus-a
ab-integration-new/ab-6-1/v/introduction-to-
integral-calculus
Solve problems
• • 4-1 (parts1, 2 and 3 only)
• • 4-2 (parts1, 2 and 3 only)
• • 4-3 (parts1, 2 and 3 only)
on page XXXXXXXXXXof the text book using MATLAB. Use the fft routine and not the
Fourier transform routine as suggested by the text book.
All the required plots for each problem should pop up in a single window, with a pause
statement between problems. Each problem should have 5 plots in the attached pdf file.
There should be a pause statement after each problem.
Turn in on Blackboard:
1. Single m file, with a pause statement after each pop up plot window. 2. PDF of the plot for
each problem. (total of 3 pages)
Name your file lastName_first_name.m example: doe_john.m
Here is the first question plots layout, you need to follow this format of the plots for all three
questions. One m file for all three question use pause function between question.