⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 contents.m

📁 物流分析工具包。Facility location: Continuous minisum facility location, alternate location-allocation (ALA)
💻 M
字号:
% Logistics Engineering Toolbox.
% Matlog Version 9 16-Jan-2006 (http://www.ie.ncsu.edu/kay/matlog)
%
% Location:
%   ala          - Alternate location-allocation procedure
%   alaplot      - Plot ALA iterations
%   minisumloc   - Continuous minisum facility location
%   randX        - Random generation of new points
%   sumcost      - Determine total cost of new facilities
%   ufl          - Discrete uncapacitated facility location
%
% Vehicle routing (VRP) and traveling salesman (TSP) problems:
%   combinerte   - Combine non-overlapping routes
%   rteTC        - Calculate total cost of route with time windows
%   tspchinsert  - Convex hull insertion algorithm for TSP route construct.
%   tspnneighbor - Nearest neighbor algorithm for TSP route construction
%   tspspfillcur - Spacefilling curve algorithm for TSP route construction
%   tsp2opt      - 2-optimal exchange procedure for TSP route improvement
%   vrpcrossover - Crossover procedure for VRP improvement
%   vrpexchange  - Two-vertex exchange procedure for VRP improvement
%   vrpinsert    - Insertion algorithm for VRP route construction
%   vrpsavings   - Clark-Wright savings algorithm for VRP route construct.
%   vrpsweep     - Gillett-Miller sweep algorithm for VRP route construct.
%   vrptwout     - Generate output VRP with time windows
%
% Networks:
%   addconnector - Add connector from new location to transport. network
%   adj2incid    - Convert weighted adjacency matrix to incidence matric
%   adj2lev      - Convert weighted adjacency to weighted interlevel matrix
%   adj2list     - Convert weighted adjacency matrix to arc list
%   dijk         - Shortest paths using Dijkstra algorithm
%   lev2adj      - Convert weighted interlevel to weighted adjacency matrix
%   incid2list   - Convert node-arc incidence matrix to arc list
%   list2adj     - Convert arc list to weighted adjacency matrix
%   list2incid   - Convert arc list to incidence matrix
%   mcnf         - Minimum cost network flow problem
%   minspan      - Minimum weight spanning tree using Kruskal algorithm
%   pred2path    - Convert predecessor indices to shortest path
%   rte2listidx  - Find indices of route segments in arc list
%   subgraph     - Create subgraph from graph
%   thin         - Thin degree-two nodes from graph
%   trans        - Transportation and assignment problems
%   tri2list     - Convert triangle indices to arc list representation
%   trineighbors - Find neighbors of a triangle
%
% Geocoding:
%   city2lonlat  - Select longitude and latitude of city
%   invproj      - Inverse Mercator projection
%   lonlat2city  - Determine nearest city given a location
%   makemap      - Create projection plot of World or US
%   normlonlat   - Convert longitude and latitude to normal form
%   proj         - Mercator projection
%   zip2lonlat   - Determine longitude and latitude of ZIP code
%
% Layout:
%   binaryorder  - Binary ordering of machine-part matrix
%   rte2W        - Converts routings to weight matrix
%   sdpi         - Steepest descent pairwise interchange heuristic for QAP
%
% Material handling:
%   mheselect    - Material handling equipment selection MILP model
%
% General purpose:
%   dists        - Metric distances between vectors of points
%   gantt        - Gantt chart
%   lprsm        - Linear programming using the revised simplex method
%   milp         - Mixed-integer linear programming branch and bound
%   pplot        - Projection plot
%
% Utility:
%   argmax       - Indices of maximum component
%   argmin       - Indices of minimum component
%   argsort      - Indices of sort in ascending order
%   boundrect    - Bounding rectangle of XY points
%   cell2padmat  - Convert cell array of vectors to NaN-padded matrix
%   deletelntag  - Delete last tagged line objects from plot
%   editcellstr  - Edit or create a cell array of strings
%   file2cellstr - Convert file to cell array
%   findXY       - Find XY points in rectangle
%   fixseq       - Fixed sequence proportional to percentage of demand
%   getfile      - Download file from Internet and save local copy
%   grect        - Get rectangular region in current axes
%   idx2is       - Convert index vector to n-element logical vector
%   inputevaldlg - Input dialog with evaluation of values
%   invperm      - Inverse permutation
%   isinrect     - Are XY points in rectangle
%   isint        - True for integer elements (within tolerance)
%   is0          - True for zero elements (within tolerance)
%   loaddatafile - Common code for data file functions
%   matlogupdate - Automatically download updates to Matlog files
%   mat2vec      - Convert columns of matrix to vectors
%   mdisp        - Matrix display
%   num2cellstr  - Create cell array of strings from numerical vector
%   optstructchk - Validate 'opt' structure
%   padmat2cell  - Convert rows of NaN-padded matrix to cell array
%   pauseplot    - Drawnow and then pause after plotting
%   projtick     - Project tick marks on projected axes
%   randreorder  - Random re-ordering of an array
%   subsetstruct - Extract subset of each field of a structure
%   sfcpos       - Compute position of points along 2-D spacefilling curve
%   wtbinselect  - Weighted binary selection
%   wtrandperm   - Weighted random permutation
%   wtrouselect  - Weighted roulette selection
%
% Data:
%   mapdata      - Data for maps of the World, US, and North Carolina
%   nccity       - North Carolina cities data
%   uscity       - US cities data
%   uscity10k    - US cities with populations of at least 10,000 data
%   uscity50k    - US cities with populations of at least 50,000 data
%   usrdlink     - US highway network links data
%   usrdnode     - US highway network nodes data
%   uszip3       - US 3-digit ZIP code data
%   uszip5       - US 5-digit ZIP code data
%   vrpnc1       - Christofiles' VRP problem 1 data
%   vrpsolrc101  - Soloman's VRP with Time Windows problem RC101 data
%

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -