Problem 45458. Minimal Path - 03
Given a matrix, find the minimal path sum from the top left to the bottom right corner.
Now you can move up, right & down.
Show the path using linear indices.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers9
Suggested Problems
-
All your base are belong to us
572 Solvers
-
379 Solvers
-
461 Solvers
-
Create a matrix X, where each column is a shifted copy of the vector v
221 Solvers
-
Combinations without using nchoosek
135 Solvers
More from this Author174
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!