color plotting matlab yellow
17 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have two vectors which I plot with the following formula but I want vector x1 to be plotted yellow. How do I do that?
figure
plot(x1)
hold on
plot(x2)
0 commentaires
Réponse acceptée
Azzi Abdelmalek
le 24 Déc 2014
Modifié(e) : Azzi Abdelmalek
le 24 Déc 2014
1 commentaire
Star Strider
le 24 Déc 2014
Note that yellow may be difficult to see. You may want to increase the 'LineWidth' property as well.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Annotations 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!