You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, I have read some codes and test some codes such as pipeline in the directory InSilicoModels/TubularModel/. by these codes, i can achieve voronoi diagram in different plane between apical and basal surface. But I can't create tubular 3d model. I don't which code could achieve this function and how to extract a cell model from tubular model. could you give me some suggestion about this problem or point out which scripts could achieve this target?
The text was updated successfully, but these errors were encountered:
Hi @leeleolay, you could develop an interpolation between the different cell apico-basal slices. You must correlate the 2D planar coordinates to 3D ones, and then use "alphaShape" in Matlab to join each slice.
We did it into the function -> create3DCylinder.m
_
hi, I have read some codes and test some codes such as pipeline in the directory InSilicoModels/TubularModel/. by these codes, i can achieve voronoi diagram in different plane between apical and basal surface. But I can't create tubular 3d model. I don't which code could achieve this function and how to extract a cell model from tubular model. could you give me some suggestion about this problem or point out which scripts could achieve this target?
The text was updated successfully, but these errors were encountered: