simple question regarding ezplot

2 vues (au cours des 30 derniers jours)
Eliraz Nahum
Eliraz Nahum le 22 Sep 2018
hey why explot( , ,'r') doesn't work? I want the graph to be with a red color.

Réponse acceptée

Star Strider
Star Strider le 22 Sep 2018
You have to set it after the plot:
eh = ezplot(f);
set(eh, 'Color','r')

Plus de réponses (0)

Catégories

En savoir plus sur Graph and Network Algorithms dans Help Center et File Exchange

Tags

Produits


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by