Problem 44325. Matrix Max Finder
Solution Stats
Problem Comments
Solution Comments
-
2 Comments
my first experiment
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 Solvers81
Suggested Problems
-
Matrix indexing with two vectors of indices
587 Solvers
-
Get the length of a given vector
6155 Solvers
-
200 Solvers
-
Count decimal digits of a number
194 Solvers
-
299 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!