plot graph from array
이전 댓글 표시
i got an array of 100 raws and 9 colms . how can i plot the data from this array ?
답변 (1개)
Guillaume
2017년 3월 17일
0 개 추천
Without you telling us more about what the data in that matrix represents and what you want to display out of it how can we tell you which is more adequate?
댓글 수: 2
tomer polsky
2017년 3월 18일
Guillaume
2017년 3월 18일
plot(yourmatrix(:, 1), yourmatrix(:, 2));
would plot each of column 2-9 against column 1.
카테고리
도움말 센터 및 File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!