Team Design Sprint June 2025

Example code to size an A321 like aircraft using Baff style modes can be found at the following repository https://github.com/DCRG-Bristol/Sprint0626

Getting Started

  1. clone the above repository

  2. install the required packages

These can be installed using Package Installer for Matlab pim. pim usage instruction can be found here.

But for a quick intro: Downlaod the latest Binary from the github repository (pim.mltbx) https://github.com/DCRG-Bristol/pim/releases. run this binary with Matlab open. then type the following in the command window

pim install -i pim_requirements.txt

which will downlaod all of the required packages from github.

Note

pim_requirements.txt is located at the root of the Sprint repositiory, so that must be the current folder in matlab

  1. If all packages are correctly installed, running the following script will size an a321 like aircraft scripts.a321_sizing()

Congratulations, job done. It’s time for the pub, you earned it.

More Info

more info can be found at:

  1. the readme file at the root of https://github.com/DCRG-Bristol/Sprint0626

  2. the readme file in the loads folder https://github.com/DCRG-Bristol/Sprint0626/tree/master/%2Bloads

  3. on this website