Azzera filtri
Azzera filtri

simple question regarding ezplot

1 visualizzazione (ultimi 30 giorni)
Eliraz Nahum
Eliraz Nahum il 22 Set 2018
Risposto: Star Strider il 22 Set 2018
hey why explot( , ,'r') doesn't work? I want the graph to be with a red color.

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Graph and Network Algorithms in Help Center e File Exchange

Tag

Prodotti


Release

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by