How would I add labels to points?

14 views (last 30 days)
How would I use max(), num2str(), and text() to label the maximum point on a graph? I am supposed to use them to add on each plot a line that says max height: (max height of the plot).

Accepted Answer

Star Strider
Star Strider on 19 Apr 2019
Use the text (link) function. You will likely also need the sprintf function.

More Answers (0)

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!