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 ?

采纳的回答

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 中查找有关 Line Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by