

Like AirCONICS, the Aircraft Geometry Toolbox can be used to read legacy airfoil data in the conventional so-called Selig format. If you have a library of such airfoil data, specify the path in the file setup.m (here you can also enter the path to a library of Matlab. USING LEGACY AIRFOIL SECTION DATA WITH THE TOOLBOX
#NACA AIRFOIL GENERATOR MATLAB CODE#
The links to the various chapters of the book (on the left sidebar) include further notes on some of the code included in the toolbox (and the book). The theoretical (and often practical) aspects of the algorithms behind them are discussed at length in the book, but each function also has its own help facility, which can be accessed by typing help, followed by the name of the function at the Matlab prompt. The toolbox contains a range of functions, designed mostly to generate parametric aerofoil and wing geometries. The result should look something like this:
#NACA AIRFOIL GENERATOR MATLAB DOWNLOAD#
You can download it from its GitHub page and simply run any of the code from the Matlab command line.Īs a quick test of whether your installation of the toolbox is ready to go, you could run, for example, a script that builds a UAV wing-body geometry: blendedwingbody.m.


We have bundled the Matlab code referred to in various sections of the book together with a range of other Matlab scripts and functions to form the Aircraft Geometry Toolbox.
