main.m1191 chars39 lines
This function sortEquationsTopologically
takes a cell array of strings representing equations, each equation separated by a comma, and sorts the equations using a topological sorting algorithm based on the dependencies specified in the equations.
gistlibby LogSnag