MATLAB: Force nodes to the graph

diagraphgraphplot

I have the next problem. I try to create a graph with 24 nodes, but the last three are deleted because there is no edge that go to them.
How can I force my graph to have 24 nodes?
GRAFO.png

Best Answer

plot(digraph(o,d,[],24))