simple question regarding ezplot

hey why explot( , ,'r') doesn't work? I want the graph to be with a red color.

 Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su App Building in Centro assistenza e File Exchange

Prodotti

Release

R2018a

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by