Solve the transportation problem with Northwest corner rule

Solve the transportation problem with North-west corner rule
324 Downloads
Updated 11 Jul 2017

View License

This code was designed to solve the small-scale to large-scale transportation with the simple north-west corner rule. Users must identify the number of plant (m), the number of destination (n), value of supply vector and value of demand vector in a new script.m file and determine x = sparse(m,n) or zeros(m,n) then write code [x]=NWC(s,d,m,n).

Cite As

Warut Boonphakdee (2024). Solve the transportation problem with Northwest corner rule (https://www.mathworks.com/matlabcentral/fileexchange/63672-solve-the-transportation-problem-with-northwest-corner-rule), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2011a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0

Correct the wording of code
Correct the wording of code

Change its title so as to search easily