Extrapolate a sets of data

hello,
I have two sets of data which each represent the location of upper and lower half of an airfoil, but when I graph them they don't connect to each other, so there is a gap between upper half and lower half, so now I would like to generate some points to connect these two, using extrapolation, can anyone please guide me to this? I need an easy way to generate some data , Thanks!

답변 (1개)

David Sanchez
David Sanchez 2013년 9월 23일

0 개 추천

You can concatenate the two sets and plot the resulting set. This way, the points will be linked. Use cat to concatenate:
help cat

카테고리

도움말 센터File Exchange에서 Airfoil tools에 대해 자세히 알아보기

질문:

2013년 9월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by