N = 40; K = 4; p = 0.5; g = strogatz(p,N,K); g = g|g'; g = tril(g); bg = biograph(g); bg = view(bg);
Published with MATLAB® 7.11