Hicks-henne bump function

Create y-coordinates from x-coordinate based on Hicks-Henne bump function
327 descargas
Actualizado 6 feb 2015

Ver licencia

This function creates a set of y-coordinates as a function of x coordinate, location, width, and magnitude of bumps based on Hicks-Henne bump function. The Hicks-Henne bump function is particularly useful for aerodynamic purpose such as altering the base geometry for airfoil optimization or to model uncertainties on the geometries of an airfoil.
Examples of use : To create y-coordinates with three bumps, scale factor of 1, width of 2, and the unity magnitudes of all bumps, with 100 coordinates, type the following codes:

b = hickshenne(100,[0.2 0.4 0.6],2,1,[1 1 1]);

The code is easy to be modified for your own needs. Please contact me if there is any question or bug in the code.

Citar como

Pramudita Satria Palar (2024). Hicks-henne bump function (https://www.mathworks.com/matlabcentral/fileexchange/49560-hicks-henne-bump-function), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2007b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0