How can I increase the number of faces of a triangular mesh using Matlab? -


i increase number of faces of triangular mesh computed using isosurface in matlab. reducevolume works reduce number of faces, would opposite. suggestions on how implement using matlab?

thank you, marta

i don't have experience mesh manipulation, think using reducepatch function work. works either reducing number of faces input fraction 'r' if less 1, or makes 'r' number of faces if greater 1.

matlab's documentation of reducepatch

i hope helps. also, i've found saving matlab function's source code different file name , messing around until want helps too. (this can done purposefully retrieving error using function , clicking line number next desired function).


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -