- Read the '.stl' file using 'stlread' function.
- Obtain the vertices from the obtained data of mesh elements using the '.Points' property.
- Use the 'fit' function with appropriate 'fitType' and 'fitOptions' based on your meshed surface. This would give you the required parametric equation.
- Another way to do this while vizualising would be to use the 'Curve Fitter App' and import X, Y, Z data from the workspace which is obtained from the mesh.
How do we find the parametric equation of the best fit surface, to a Meshed surface(.stl file)? Thanks in advance
1 次查看(过去 30 天)
显示 更早的评论
I have a .stl file, which has a meshed surface with triangular mesh elements. I need to find the parametric equation of the surface that best approximates(fits) the meshed surface.
0 个评论
回答(1 个)
Rahul
2025-5-14
In order to obtain the parametric equation that fits your meshed surface, consider the following:
The following MATLAB Answers give good informatiuon regarding this:
The following MathWorks documentations can be referred:
'Curve Fitter App': https://www.mathworks.com/help/curvefit/curvefitter-app.html
'FIt Polynomial Models' (Curve Fitter App): https://www.mathworks.com/help/releases/R2025a/curvefit/polynomial.html
Thanks.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Surface and Mesh Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!