simple question regarding ezplot
1 view (last 30 days)
Show older comments
Eliraz Nahum
on 22 Sep 2018
Answered: Star Strider
on 22 Sep 2018
hey why explot( , ,'r') doesn't work? I want the graph to be with a red color.
0 Comments
Accepted Answer
Star Strider
on 22 Sep 2018
You have to set it after the plot:
eh = ezplot(f);
set(eh, 'Color','r')
0 Comments
More Answers (0)
See Also
Categories
Find more on Particle & Nuclear Physics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!