Previous Problem : Problem 47618
Consider following transportation problem:
You should return the assignment matrix where the total cost is minimum. In this case assignment matrix should be:
assignmentMatrix = [
0 0 0 40
10 10 30 0
0 10 0 0];
And total cost should be 410.
Solution Stats
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers44
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15784 Solvers
-
242 Solvers
-
String substitution, sub problem to cryptoMath
245 Solvers
-
Extract Built In Functions and Toolbox Functions from String or Function Handle
83 Solvers
-
Height of a right-angled triangle
2023 Solvers
More from this Author92
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Nice problem. which I enjoyed solving. well done.
Cool problem - nice to see something that makes you think and that has practical applications.
Very difficult for a beginner...