Problem 42335. Min by mean
Substitute the minimum value in each row of a matrix A by the mean of that row (it should also work if the input is a vector)
Solution Stats
Problem Comments
-
1 Comment
Alfonso Nieto-Castanon
on 29 May 2015
could you perhaps add a test where the minimum is not in the first column and it is not at the same place in all of the rows? For example: A = [4,5,3,2; 2,1,3,4]; B_correct = [4,5,3,3.5; 2,2.5,3,4];
Solution Comments
Show commentsProblem Recent Solvers51
Suggested Problems
-
Project Euler: Problem 10, Sum of Primes
1612 Solvers
-
Find the largest value in the 3D matrix
1450 Solvers
-
Number of 1s in a binary string
7766 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
361 Solvers
-
304 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!