フィルターのクリア

How to compute volume of 3D object using contours?

2 ビュー (過去 30 日間)
Mariam Sheha
Mariam Sheha 2016 年 3 月 18 日
Hello;
what if i am having a set of points that represent a counter of 3D object and i want to measure its volume?!
load('Contours.mat');
figure,hold on,
for i=1:8,
S=DataSet{i};
plot3(S(:,1),S(:,2),S(:,3));
end
Thanks a lot!

回答 (0 件)

カテゴリ

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