[succIDS,costs] = successors(graph,currID)
finds the state indices succIDS and the cost of all states
costs that are connected to the specified state
currID using the directed link.
Successive state indices, returned as a column vector of positive integers.
Data Types: double
Cost of all successive states, returned as a numeric column vector of the same size
as succIDS. The function computes costs using the Weight or
LinkWeightFcn
property of the navGraph object
graph.