Gaussian Distribution over an STL file

I have imported an stl file of a propeller from Solidworks to Matlab. I want to apply the Gaussian Distribution equation, plume model, to find out the new mass and center of mass of the propeller after some time "t". I'm hoping to have the plume model distribute over the top face of the propeller. I'm thinking that I will need for loops to run this equation over every point of the trimesh from the stl file, so Im wondering how I can access the x,y,and z components of the trimesh to use them as parameters in the for loop to apply this distribution over a 3d object or at least over its top face.

1 件のコメント

darova
darova 2020 年 5 月 12 日
Please attach something. Show the data
You can access vertices using this
f = stlread(...)
f.vertices

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

回答 (0 件)

タグ

質問済み:

2020 年 5 月 12 日

コメント済み:

2020 年 5 月 12 日

Community Treasure Hunt

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

Start Hunting!

Translated by