https://github.com/mathworks/sensitivity-analysis-with-matlab-for-student-competition-scores
This repository presents the MATLAB code for sensitivity analysis to identify the most sensitive design variable for aircraft design.
https://github.com/mathworks/sensitivity-analysis-with-matlab-for-student-competition-scores
aeromodelling aerospace aircraft design matlab sensitivity-analysis
Last synced: 5 months ago
JSON representation
This repository presents the MATLAB code for sensitivity analysis to identify the most sensitive design variable for aircraft design.
- Host: GitHub
- URL: https://github.com/mathworks/sensitivity-analysis-with-matlab-for-student-competition-scores
- Owner: mathworks
- License: other
- Created: 2023-10-10T03:04:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T04:49:47.000Z (9 months ago)
- Last Synced: 2025-04-19T12:42:48.815Z (6 months ago)
- Topics: aeromodelling, aerospace, aircraft, design, matlab, sensitivity-analysis
- Homepage:
- Size: 562 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# Sensitivity Analysis with MATLAB for Student Competition Scores
[](https://in.mathworks.com/matlabcentral/fileexchange/136384-sensitivity-analysis-with-matlab-for-student-competition-sco)
[](https://matlab.mathworks.com/open/github/v1?repo=khush1008/sensitivity-analysis-with-matlab-for-student-competition-score)
## Introduction
This repository presents the MATLAB plotting approach for performing Sensitivity Analysis (SA) for student competitions. It is used here specifically to evaluate score sensitivity. It helps teams identify the most sensitive design variables and optimize their vehicle designs to maximize their overall score.
This code discusses the design parameter sensitivity for the student competition score function, especially competitions focused on model aircraft design, i.e., AIAA Design Build Fly, SAE Aero Design, etc. It helps to investigate how distinctive design variables affect the mission score. To demonstrate this, we will use the scoring function from the AIAA Design Build Fly Competition 2021 Rule Book, with the MATLAB plotting approach. By the end of this demo, you will better understand how to make informed design choices to optimize the competition score.
![]()
![]()
![]()
![]()
### Learn more with the detailed video
## Setup
To run:
1. Download the repository and extract it to your local directory.
2. In the MATLAB environment, make this directory as current folder.
3. Open the file either by double clicking on the 'Sensivity_Analysis_with_MATLAB_for_Student_Competition_Score.mlx' in the Current Folder Window or by running the command, open('Sensivity_Analysis_with_MATLAB_for_Student_Competition_Score') in MATLAB Command Window.
4. Run the file by clicking on the Run Button available in the Live Editor menu bar.## MathWorks Products (https://www.mathworks.com)
1. MATLAB release R2022a or higher
## Additional resources
Learn MATLAB with the following resources
1. [MATLAB Onramp](https://matlabacademy.mathworks.com/details/matlab-onramp/gettingstarted)
2. [Explore MATLAB Examples and Documentation](https://in.mathworks.com/help/matlab/getting-started-with-matlab.html)
3. [Get Started with Introductory MATLAB Videos](https://in.mathworks.com/videos.html#matlabgetstarted)## License
The license for Sensitivity Analysis with MATLAB for Student Competition Scores is available in the License.txt file in this GitHub repository.
###
For any queries, contact the authors at roboticsarena@mathworks.com
Copyright 2023 The MathWorks, Inc.