plot line between 2 peaks
Mostra commenti meno recenti
Hello I got graph of values from excel chart and I want to plot line between 2 peaks: one of them is the last peak on graph and the second is the peak that the line isn't cross the graph itself or got may cause a negative slope of the line.
Thanks much!
1 Commento
John BG
il 10 Gen 2017
can you show the MATLAB code you describe in the question?
Risposte (1)
KSSV
il 10 Gen 2017
0 voti
As you know peak values........get the indices of the peak values......once you know indices, you have x and y data in hand. Then you can plot a line. Read about find, findpeaks.
Categorie
Scopri di più su Descriptive Statistics in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!