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

0 Stimmen

You have to set it after the plot:
eh = ezplot(f);
set(eh, 'Color','r')

Weitere Antworten (0)

Kategorien

Mehr zu App Building finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2018a

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by