slice plot of the mesh

90 views
Skip to first unread message

Hasan CELIK

unread,
May 13, 2016, 10:06:06 PM5/13/16
to iso2mesh-users
Dear Dr. Qianqian,

First of all, thank you very much for your effort in this group to help to the users of iso2mesh.

I want to plot and check the mesh created by iso2mesh, slice by slice. To do that, you suggest us,
in one of the other post in this group, to use MATLAB slice plot option. I have read the manual of MATLAB but I could not apply slice function to the mesh I have obtained from iso2mesh. Can you suggest me a simple demo code which can be used to plot MicroCT tomography mesh obtained from iso2mesh?

Thank you very much.
Hasan

Qianqian Fang

unread,
May 13, 2016, 11:22:19 PM5/13/16
to iso2mes...@googlegroups.com
On 05/13/2016 10:06 PM, Hasan CELIK wrote:
Dear Dr. Qianqian,

First of all, thank you very much for your effort in this group to help to the users of iso2mesh.

I want to plot and check the mesh created by iso2mesh, slice by slice. To do that, you suggest us,
in one of the other post in this group, to use MATLAB slice plot option. I have read the manual of MATLAB but I could not apply slice function to the mesh I have obtained from iso2mesh.

matlab function slice only works for 3d arrays, it does not work for
meshes. If you want to make a thin slice of a tetrahedral mesh, you
can use

plotmesh(node,elem,'x<10 & x>8');

or a cross-sectional plot

plotmesh(node,elem,'x=10');


Can you suggest me a simple demo code which can be used to plot MicroCT tomography mesh obtained from iso2mesh?

please run "help plotmesh" to see examples. It has a
number of options to display a 3D tetrahedral mesh.

Qianqian

Thank you very much.
Hasan
--
You received this message because you are subscribed to the Google Groups "iso2mesh-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iso2mesh-user...@googlegroups.com.
To post to this group, send email to iso2mes...@googlegroups.com.
Visit this group at https://groups.google.com/group/iso2mesh-users.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages