Interpolating between lines in 3D

7 ビュー (過去 30 日間)
Andrew Wiebe
Andrew Wiebe 2015 年 11 月 11 日
コメント済み: Andrew Wiebe 2015 年 11 月 11 日
I have a number of 3D lines in space, and i want to interpolate between the each line to get a surface from the lines. What would be the best way to go about this? I have, of course, the points for each line, as they have defined endpoints.

採用された回答

Walter Roberson
Walter Roberson 2015 年 11 月 11 日
The easiest way might be to submit the mass of data as if they were scattered points, and use one of the scattered data interpolants; see http://www.mathworks.com/help/matlab/scattered-data-interpolation.html
If the lines happen to have been created over a rectangular grid aligned with the X Y axes, or if they can be rotated to be in that alignment, then you could also use one of the gridded interpolants, but it might not be worth doing.
  1 件のコメント
Andrew Wiebe
Andrew Wiebe 2015 年 11 月 11 日
Thank you sir!!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeInterpolation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by