Azzera filtri
Azzera filtri

How To... Plot Multiple Data Sets on the Same plot

3 visualizzazioni (ultimi 30 giorni)
Hassanean
Hassanean il 16 Set 2017
Commentato: Hassanean il 17 Set 2017

Risposte (1)

Jan
Jan il 16 Set 2017
Or:
plot(1:10, rand(1, 10), 'r-+');
hold('on');
plot(1:10, rand(1, 10), 'g-d');
plot(1:10, rand(1, 10), 'b-*');

Categorie

Scopri di più su Graphics Objects in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by