Problem 2341. Find maximum value of a curve

Two vectors shall be already defined:

- Input vector x (e.g. x = 0:1:10)

- Result vector y (e.g. y = sin(x))

Create a new function which outputs the maximum value of the curve.

Solution Stats

80.14% Correct | 19.86% Incorrect
Last Solution submitted on Jul 19, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers108

Suggested Problems

More from this Author1

Problem Tags

Community Treasure Hunt

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

Start Hunting!