Dear Jing,
Welcome to the ynic-users list. I'll try to answer your questions:
1) You need to extract the list of vertices and faces from the
freesurfer .asc file. You can then plot these in Matlab using the
patch() function, as in:
patch('Vertices',v,'Faces',f)
where v and f are the matrices containing the vertices (xyz coordinates)
and faces (lists of vertices) respectively. If you have trouble getting
the information from the .asc file into matlab I'd suggest contacting
the freesurfer mailing list as I am sure they will be able to help.
2) Can you provide more information on which manual you are referring to?
Padraig
Jing Kan wrote:
Dear users,
Thanks for reading!
I am a new user about freesurfer, after learning it a little while, I
have got some problems:
1. I have used "recon-all" successfully to process the sMRI data, which
generated the "lh.pial". And, I used "mris_convert lh.pial lh.pial.asc",
get text mesh "lh.pial.asc". May I ask how can I view this with visible
mesh associated with the vertices and triangle?
2. I have read the Manual v 0.8. It seems all of the interface has not
supported in our new Freeserfer version...do you have some good
suggestion about the materials for beginner to learn?
I really appreciate your help!Looking forward to your reply!
Kind regards,
Jing
Hi Padraig,