Jan 21, 2006 #1 MISnow Civil/Environmental Joined Mar 5, 2001 Messages 2 Location TW Dear all I have a n*3 matrix storing the 3-dimensional coordinates of n points. Can MATLAB plot these points (with no line inbetween)? Thanks.
Dear all I have a n*3 matrix storing the 3-dimensional coordinates of n points. Can MATLAB plot these points (with no line inbetween)? Thanks.
Jan 22, 2006 #2 MikeyP Aerospace Joined Mar 5, 2002 Messages 940 Location GB Try, plot3(A,1),A,2),A,3),'.') M -- Dr Michael F Platten Upvote 0 Downvote