필터 지우기
필터 지우기

Import and view vectors

조회 수: 3 (최근 30일)
Johnny
Johnny 2011년 7월 9일
I have a list of vectors, almost 8000. The file contains the x,y,z position, velocity magnitude, and Direction. I am trying to create a 3d model of these points. Is there a way to import these into matlab for visualization purposes? Thank you for all your help.

답변 (1개)

Prabhakar
Prabhakar 2011년 7월 10일
1) Choose from the TEXTSCAN, IMPORTDATA functions to read in the data from the txt file into MATLAB,
2) use the QUIVER/ QUIVER3 function to visualize the vectors, their direction and magnitude.

카테고리

Help CenterFile Exchange에서 Data Import and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by