Filter löschen
Filter löschen

simple question regarding ezplot

1 Ansicht (letzte 30 Tage)
Eliraz Nahum
Eliraz Nahum am 22 Sep. 2018
Beantwortet: Star Strider am 22 Sep. 2018
hey why explot( , ,'r') doesn't work? I want the graph to be with a red color.

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Graph and Network Algorithms finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by