how can i mark the maximum of my plot and have extent and time for it?

1 view (last 30 days)
this is my code and the file is a 10*2231 double matrice, how can i get extent and time for my plot and mark the maximum of it?
y=xlsread('newshishe_3mordad_2714.csv');
plot(y').

Answers (1)

Cris LaPierre
Cris LaPierre on 22 Apr 2022
Look into the max function, particularly this syntax.\

Categories

Find more on 2-D and 3-D Plots 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!