how to connect the upper points of a sine curve by making them a curve?
14 views (last 30 days)
Show older comments
i want to extract a curve like what is in red from the plot in blue how can i do that?
je veux extraire une courbe comme il est indiqué en rouge d'aprés la plot en bleu comment je peux aire ça?

1 Comment
Jose Manuel Castiblanco Quintero
on 7 Aug 2022
Try to use find command, index the results and to use fitter curve app!
Accepted Answer
Star Strider
on 7 Aug 2022
Perhaps:
envup = envelope(y);
The function has a number of options, so choose the one (probably 'peak') that gives the resullt you want.
.
4 Comments
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!