views:

53

answers:

1

I want to plot a 3d graph in matlab

By graph I mean in the sense of nodes and edges. I have an adjacency matrix as well as a coordinate matrix for every node. Eventually I would hope to colour these nodes and edges

The gplot function is only 2d. The scatter3 function does not allow for edges.

Any ideas?

+2  A: 

plot3 allows you to plot points and edges in 3D.

Jacob