How to plot multiple lines in a 3d graph?
이전 댓글 표시
Suppose I have a matrix 20x7200
So, I have 20 vectors with 7200 samples each. I want to plot a graph that consists of the 20 vectors side by side, with its size and its values.
Does anyone knows how to do it?
채택된 답변
추가 답변 (1개)
Azzi Abdelmalek
2016년 7월 23일
편집: Azzi Abdelmalek
2016년 7월 23일
plot(M')
%Example
M=randi(10,4,20)
plot(M')
카테고리
도움말 센터 및 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!