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
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers113
Suggested Problems
-
Program an exclusive OR operation with logical operators
750 Solvers
-
Project Euler: Problem 7, Nth prime
1753 Solvers
-
Number of odd and even elements within matrix
160 Solvers
-
364 Solvers
-
Convert given decimal number to binary number.
2281 Solvers
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!
The input x is unnecessary. Consider modifying the problem by removing x or making y an anonymous function.