How to visualize a tubular volume/surface passing through a given scalar data (points in 3D) forming a sequence of cross-sections

1 回表示 (過去 30 日間)
I have a set of (x,y,z) points in 3D space (see, attached PDF): The data consists of 14 "cross-sections", each of them taken at one of fixed y-coordinate values (14 of them). The number of points within each corss-section varies and so does the shape and area of the cross section. I want to visualize this data as a tubular surface or a volume whose cross-sections match the given ones, as this seems like its most natural visualization.
I am wondering if there are any built-in matlab commands to do this and/or if there are some of the strategies one could use to visualize this kind of data.
Additional note: In a given cross-section, the number of red and blue points is the same, indicating maximum and minimum z-values for each x-coordinate, respectively.

採用された回答

darova
darova 2019 年 10 月 31 日
Here is one way:
Interpolate each crossection with equal number of points (look HERE)
1233.png
Concantenate them and just use surf to visualize it

その他の回答 (0 件)

カテゴリ

Help Center および File Exchange3-D Volumetric Image Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by