Nov 30, 2004 #1 Hibru Bioengineer Joined Nov 17, 2004 Messages 3 Location BE dears I generated points in 3D using matlab.And I want to generate a 3D geometry by connecting nearby points with a line. Do you have some tips to tell me how to proceed? Regards
dears I generated points in 3D using matlab.And I want to generate a 3D geometry by connecting nearby points with a line. Do you have some tips to tell me how to proceed? Regards
Nov 30, 2004 #2 JockeK Electrical Joined May 26, 2003 Messages 62 Location SE Place the x-, y- and z-coordinates in separate variables and use the [tt]plot3[/tt] command. Code: plot3(X,Y,Z) Upvote 0 Downvote
Place the x-, y- and z-coordinates in separate variables and use the [tt]plot3[/tt] command. Code: plot3(X,Y,Z)