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 Solvers50
Suggested Problems
-
Swap the first and last columns
22939 Solvers
-
Remove the polynomials that have positive real elements of their roots.
1743 Solvers
-
Return elements unique to either input
812 Solvers
-
Golomb's self-describing sequence (based on Euler 341)
190 Solvers
-
Natural numbers in string form
1934 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...