This project calculates the weight and balance of an aircraft using given input parameters.
It was developed using MATLAB to apply aerospace engineering concepts related to mass properties and center of gravity analysis.
- Compute aircraft weight and balance
- Calculate air density as a function of altitude
- Perform unit conversions required for flight calculations
- Apply MATLAB programming to aerospace problems
- MATLAB
- Script-based calculations
- Basic aerospace equations
| File | Description |
|---|---|
WBcalc.m |
Main script to compute aircraft weight and balance |
DensityAltCalc.m |
Calculates air density based on altitude |
inputValues.m |
Stores user-defined aircraft parameters |
kelvinToCelsius.m |
Converts temperature from Kelvin to Celsius |
- Open MATLAB
- Set the folder to this repository
- Run the main script:
WBcalc