color plotting matlab yellow
17 views (last 30 days)
Show older comments
I have two vectors which I plot with the following formula but I want vector x1 to be plotted yellow. How do I do that?
figure
plot(x1)
hold on
plot(x2)
0 Comments
Accepted Answer
Azzi Abdelmalek
on 24 Dec 2014
Edited: Azzi Abdelmalek
on 24 Dec 2014
1 Comment
Star Strider
on 24 Dec 2014
Note that yellow may be difficult to see. You may want to increase the 'LineWidth' property as well.
More Answers (0)
See Also
Categories
Find more on Annotations 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!