Filter löschen
Filter löschen

Plot 12 waves in one plot

2 Ansichten (letzte 30 Tage)
Raviteja
Raviteja am 8 Sep. 2011
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 ?

Akzeptierte Antwort

the cyclist
the cyclist am 8 Sep. 2011
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.]

Weitere Antworten (0)

Kategorien

Mehr zu Line Plots finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by