Nicolas Douillet - MATLAB Cody - MATLAB Central

Nicolas Douillet

902
Rank
15
Badges
2354
Score
101 – 150 of 243

Nicolas Douillet submitted a Comment to Problem 45262. Remove duplicated vertices

This function is actually one basics of any mesh processing librairy / software.

on 13 Jan 2020

Nicolas Douillet received Puzzler badge

on 13 Jan 2020

Nicolas Douillet submitted a Comment to Problem 45261. List every vertices neighbor indices

Pedagogic solution is available in position 2 (commented, same as solution 1 but more explicit thus suboptimal).

on 10 Jan 2020

Nicolas Douillet submitted a Comment to Problem 45220. Find triangles from edge

I actually realize this problem looks like a lot to my second problem, "Find a common edge" ( https://fr.mathworks.com/matlabcentral/cody/problems/45218-find-a-common-edge ) ...

on 3 Dec 2019

Nicolas Douillet submitted a Comment to Problem 45220. Find triangles from edge

Info : T is actually a triangulation -list of triangles-, in which each index corresponding to the row index of a vertex in another list -a vertices list-, it is a widely used technique used to store and write triangular meshes in mesh processing. Here below the example is a tetrahedron -4 facets-.

on 3 Dec 2019

Nicolas Douillet submitted a Comment to Problem 45219. Find edges from a vertex

Info : T is actually a triangulation -list of triangles-, in which each index corresponding to the row index of a vertex in another list -a vertices list-, it is a widely used technique used to store and write triangular meshes in mesh processing. Here below the example is a tetrahedron -4 facets-.

on 3 Dec 2019

101 – 150 of 243
Go to top of page