How can I label the highest peak point in plottted figure ?

Hi I have csv file, Everything is good just I need to know that how can I label the highest peak point at that figure ? for just 1 Value.

Answers (1)

Hi,
As suggested youcan use max to find the highest peak point. Here's a link to a helpful similiar question:
Once you get the point, you can use text function to label/add description to that particular datapoint.

Asked:

on 16 Jun 2021

Answered:

on 21 Jun 2021

Community Treasure Hunt

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

Start Hunting!