Hi, i have a set of point in x,y,z coordinates in a first 3 columns of a file .dat. I would like to see them on a plot. How can i do this? I attached file Thank you

답변 (1개)

madhan ravi
madhan ravi 2018년 11월 8일

0 개 추천

a=load('sample.dat')
plot3(a(:,1),a(:,2),a(:,3))

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

태그

질문:

2018년 11월 8일

답변:

2018년 11월 8일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by