Creating a 3D graph of many 2D-view surface plots

3 ビュー (過去 30 日間)
metrize
metrize 2021 年 2 月 24 日
回答済み: KSSV 2021 年 2 月 26 日
I have many b-scan of ultrasound (these are surface plots top down view of x,depth with z being the amplitude of echoes for each cross section of the object)
So i want to put together these cross sections so to get a diagram for the whole object and I want to create a 3d view where it only shows the echos within the whole object (so probably by limitting amplitude it shows just so I can see a sort of transparent look into the locations of the largest echoes
Does anyone have any ideas?
  5 件のコメント
darova
darova 2021 年 2 月 25 日
Can you please attach small part of the data? I'm using MATLAB online (don't have it on my computer) and can't use 19mb size data
metrize
metrize 2021 年 2 月 26 日
@darova I have attached it in the comment above, I attached matlab.mat it's example of my function bScan(y) at some y value.
Maybe I need to make the data volumetric and do contour slice? I'm not sure how to though, I can get [X,Y,Z] = bScan(y) at some Y distance, but I'm not sure how to make it volumetric for use with contour slice

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

回答 (1 件)

KSSV
KSSV 2021 年 2 月 26 日
On using contour, you will get the points/ locations (x,y).... do interp2 and you will get the respective z values......do the same for each surface, and save them and plot.

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by