Find maximum value of a curve - MATLAB Cody - MATLAB Central

Problem 2341. Find maximum value of a curve

Difficulty:Rate

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.56% Correct | 19.44% Incorrect
Last Solution submitted on Nov 18, 2024

Problem Comments

Solution Comments

Show comments
Primes and Rough Numbers, Basic ideas
What is a rough number? What can they be used...
2
4

Problem Recent Solvers111

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!
Go to top of page