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ο
clone the above repository
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
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:
the readme file at the root of https://github.com/DCRG-Bristol/Sprint0626
the readme file in the loads folder https://github.com/DCRG-Bristol/Sprint0626/tree/master/%2Bloads
on this website