Plot 12 waves in one plot
조회 수: 2 (최근 30일)
이전 댓글 표시
I have a matrix "Mx" with size 12x1000. Each row contain certian wave.
I want to plot all the 12 waves in one plot window...
subplot not allowing all 12.
What to do ?
댓글 수: 0
채택된 답변
the cyclist
2011년 9월 8일
Does
>> plot(Mx')
give you something like what you want? [Don't neglect the transpose of the array, or you will get 1000 lines instead of 12.]
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Line Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!