90% amplitude of wave

1 view (last 30 days)
Dakota Newsome
Dakota Newsome on 11 Jun 2019
Answered: Star Strider on 11 Jun 2019
I have a simple wave plotted in Matlab and simply need to know how to find 90% of the max amplitude produced by that wave.

Answers (1)

Star Strider
Star Strider on 11 Jun 2019
Probably:
max90 = max(wave)*0.9;

Tags

Community Treasure Hunt

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

Start Hunting!