Problem 59551. Range of Values in a Matrix
Create a function that accepts a matrix of real numbers as input and returns the range of the values contained in the matrix. The range is defined as the difference between the maximum and minimum element. For a single-element matrix or a matrix with identical elements, the function should return 0.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers26
Suggested Problems
-
411 Solvers
-
959 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
12603 Solvers
-
866 Solvers
-
823 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!