Watch this Author's files
I found a bug on line 92 of dot_to_graph.m. The original uses %d in the sscanf but it should be like this: [node_pos] = sscanf(line(pos_pos:length(line)), ' pos = "%f,%f"')';
Contact us at files@mathworks.com