Matlab

Moderators: None (Apply to moderate this forum)
Number of threads: 1494
Number of posts: 2174

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Insane Matlab application project Posted by AceofallPilots on 12 Jun 2012 at 7:53 AM
EGR 115 Summer A 2012 Final Project
Due: June 20 , 2012

You are to develop a interface in Matlab to determine if the trajectory of a anti aircraft gun can hit a target in the air give the horizontal and the vertical coordinates of the target with respect to the gun (coordinate 0,0). If the trajectory passes through +/- 5 feet of x or/and y coordinates, the target can be hit. For simplification we are considering a two dimensional coordinates (x and y) only. Your software must perform the following tasks:

Program requirement:
1- Read a text file consisting of coordinates of ten aircrafts (x,y, z)
2- Find a closest aircraft with respect to the gun (o,o,o)
3- Assuming the gun base rotation is in the same x,y,z plane as the aircraft, given the initial velocity (from the user), determine the trajectory angle for gun to be able to shoot down the aircraft
4- Display message stating if the target can be hit or not
5- Plot the trajectory of the bullet from firing until it hits the aircraft showing the aircraft with a character in the graph.
6- Display the time it took for the bullet to hit the aircraft
7- Display the initial angle
8- Give error message if the initial velocity is not large enough to hit the target
9- Display maximum range and the total flight time of the projectile based on the given initial velocity and the calculated angle for hitting the target. (this is just in case the target was missed, where would the bullet land)
10- You must use at least 3 user defined function
11- You must use loops
12- You must use dialog boxes (if we get to discuss them)

Documentation Requirement:
1- The first page as before
2- You need to keep track of the time you spend on the following phases and document it on the second page of your report with the total time spent on everything.
a- Understanding and gathering requirements
b- Design
c- Implementation
d- testing
NOTE: how much time you spend in each phase does not have anything to do with your grade for this project, please be truthful, this is a data that I am gathering for my own.

3- Next pages should consist of your code and a screen shot of your final output
4- last page should have a paragraph titled conclusions which should describe how you think this project help you understand Matlab , did you like it, what would you change, delete or add to it, etc.
Extra credits:
- animation of plot (10 points)
- any other bells and whistles (5 points)

Formulas:

• g = 9.81 m/s2 near the Earth's surface
• θ: the angle at which the projectile is launched (radians). the display must show degrees.
• v: the velocity at which the projectile is launched
• y0: the initial height of the projectile
• d: the total horizontal distance travelled by the projectile





assume y0 = 0

To hit a target at range x and altitude y when fired from (0,0) and with initial velocity v the required angle(s) of launch θ are:




Aircraft distance to (0,0,0) is calculated by:

Square root of X2 + Y2 + Z2

ORIGINAL VERSION ATTACHED

TRY TO COMPLETE THE IMPOSSIBLE CODE....
Attachment: EGR%20115%20summer%20A%202012%20Final%20Project[1].zip (25684 Bytes | downloaded 66 times)



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.