How to plot the maximum value as an "asterik" everything else is just a normal line?
Show older comments
the maximum value as an "asterik" everything else is just a normal line
2 Comments
Rik
on 16 Feb 2018
What do you mean? A line plot where one value should be plot with a marker as well?
Walter Roberson
on 16 Feb 2018
plot(x, y, 'k-', x_at_max, y_at_max, 'r*')
Accepted Answer
More Answers (0)
Categories
Find more on Line Plots in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!