Answered step by step
Verified Expert Solution
Question
1 Approved Answer
solve in matlab please! 3. Parachute Area Function Write a function to calculate the cross-sectional area during deployment of the parachute using a cubic fit
solve in matlab please!
3. Parachute Area Function Write a function to calculate the cross-sectional area during deployment of the parachute using a cubic fit between the initial freefalling radius, r (0.5m), and the final chute open radius, r (3.6m). The area will Homework 9: Parachute Simulation 2 Designed to test skills with: simulatiorn ENGR 1221 change from a radius of .5m to a radius of 3.6m. Inputs of the function should be the initial radius, the final radius, the time (tdeploy (0-3.2s)) after chute deployment, and the time required for the chute to deploy, topen (3.2s). The output will be the area. The radius has been modeled during the time the chute is opening by the following set of equations (Note: the "a" here is not the acceleration): Area Tr2 Radius -2b 3topen 3(rf-ri) topen 3. Parachute Area Function Write a function to calculate the cross-sectional area during deployment of the parachute using a cubic fit between the initial freefalling radius, r (0.5m), and the final chute open radius, r (3.6m). The area will Homework 9: Parachute Simulation 2 Designed to test skills with: simulatiorn ENGR 1221 change from a radius of .5m to a radius of 3.6m. Inputs of the function should be the initial radius, the final radius, the time (tdeploy (0-3.2s)) after chute deployment, and the time required for the chute to deploy, topen (3.2s). The output will be the area. The radius has been modeled during the time the chute is opening by the following set of equations (Note: the "a" here is not the acceleration): Area Tr2 Radius -2b 3topen 3(rf-ri) topenStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started