simple question regarding ezplot
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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.
0 Kommentare
Akzeptierte Antwort
Star Strider
am 22 Sep. 2018
You have to set it after the plot:
eh = ezplot(f);
set(eh, 'Color','r')
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Particle & Nuclear Physics finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!