Hicks-henne bump function

Create y-coordinates from x-coordinate based on Hicks-Henne bump function
327.0 次下载
更新时间 2015/2/6

查看许可证

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.

引用格式

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

MATLAB 版本兼容性
创建方式 R2007b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0