matlab help in 4 hrs

profilemistyeyez
finalproject_f2015.pdf

MAE 215 Final Project 100 points

Due Monday, November 23rd

BY 11:59:00PM

Instructor: Dr.Anna Haywood

Note: Your final project must be uniquely different from anyone else’s

including different from the example I posted!! You are NOT allowed to

work together because this is your individual final project!! Anyone

caught working together or with similar data/answers will get an

automatic zero and will be reported to the Dean’s Office!!

REQUIREMENTS

%%0. Make a main m-file that you use to run and call your function file.

Give it a unique name. Make sure and include your name, your section, and

date at the top of the m-file. Suppress any extraneous info; only output

what is useful and what follows the intent of your program. (8 points)

%%1. Create and use at least one anonymous function somewhere in your

program. (5 points)

%%2. Make a useful function m-file. That is, create and use at least one

user-defined function Use comments immediately below the function

definition line that describe what the function does and its inputs and

outputs. (10 points)

%%3. Utilize proper coding and documentation practices. Comment

throughout both the main m-file and the function m-file. Create at

least one section (cells). (12 points)

%%4. Create and use either one subfunction or one nested function

within your function mfile, (10 points)

%%5. Use some type of numerical approximation technique like Runge Kutta,

Euler’s method, Midpoint Rule, some type of numeric series, etc., 10 pts

% % MATLAB Final Project

%%6. Create and use at least one loop (for/while/midpoint), 10 pts

%%7. Create and use at least one conditional statement, 10 pts

%%8. Create at least one plot, including a title and axes labels at a

minimum, 10pts

%%9. Output an organized display of your values to a text file that can

be opened outside of MATLAB. Include headings so that the display makes

sense. 10pts

Note: Project need not be fancy or overcomplicated. You want to

make sure it runs, meets all the listed requirements, is well-

commented and is YOUR OWN WORK !!

DELIVERABLES:!!

%%10. Submit the following files onto blackboard (ZIP them!):

1. A flowchart or pseudocode of your program plan, 5pts

2. Your main project m-file, 0 credit if not included!

3. Your function m-file, -50% if not included!