Traffic-toolbox Function Net2Par - Parameters from net
Calling Sequence
- [g,d,lpp,nf]=Net2Par(net)
Parameters
- net
: a NetList
- g
: graph-list, graph of the network
- d
: 3 x nd matrix, tail, head and value of the demands
- lpp
: 4 x na matrix, data for the link performance functions
- nf
: integer between 0 and 6, travel time function formula
Description
Net2Par - Recovers the data fields from a NetList.
EXAMPLES
net=TrafficExample('Sioux Falls');
[g,d,lpp,nf]=Net2Par(net);
See Also