Plot 12 waves in one plot

조회 수: 1 (최근 30일)
Raviteja
Raviteja 2011년 9월 8일
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 ?

채택된 답변

the cyclist
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개)

카테고리

Help CenterFile 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!

Translated by