Plot 12 waves in one plot
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
the cyclist
le 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.]
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Line Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!