Gaussian Distribution over an STL file

2 次查看(过去 30 天)
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 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by