Filter löschen
Filter löschen

Extrapolate a sets of data

2 Ansichten (letzte 30 Tage)
Salar
Salar am 23 Sep. 2013
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!

Antworten (1)

David Sanchez
David Sanchez am 23 Sep. 2013
You can concatenate the two sets and plot the resulting set. This way, the points will be linked. Use cat to concatenate:
help cat

Kategorien

Mehr zu Guidance, Navigation, and Control (GNC) finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by