Clear Filters
Clear Filters

simple question regarding ezplot

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

Accepted Answer

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

More Answers (0)

Categories

Find more on Graph and Network Algorithms in Help Center and File Exchange

Tags

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!