Problem 44325. Matrix Max Finder
Solution Stats
Problem Comments
Solution Comments
-
2 Comments
jaafar al sinayyid
on 5 Oct 2017
my first experiment
David Verrelli
on 6 Oct 2017
Congratulations on solving this problem. For future endeavours you might consider the following: (1) many common calculations already have dedicated functions available to compute them in MATLAB; (2) for generality you might have to initialise y=-Inf, not y=0; (3) for generality you might have to iterate over 1:size(x,#), not 1:2.
Problem Recent Solvers82
Suggested Problems
-
Arrange Vector in descending order
6633 Solvers
-
First non-zero element in each column
736 Solvers
-
Add a row of zeros on top of a matrix
214 Solvers
-
134 Solvers
-
Convert from Fahrenheit to Celsius
14771 Solvers
More from this Author18
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!