simple question regarding ezplot

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

 Accepted Answer

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

More Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Products

Release

R2018a

Tags

Community Treasure Hunt

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

Start Hunting!