How can I draw non planar graph in 3D dimension

1 vue (au cours des 30 derniers jours)
NA
NA le 12 Fév 2020
I have an edge data.
G=graph(E(:,1),E(:,2))
h=plot(G)
I want to draw it in 3D dimension. Is there any way to do that?
I saw this URL but I do not understand.
  4 commentaires
KSSV
KSSV le 13 Fév 2020
How did you use plot3? It needs three inputs.. Show us the code which you have tried.
NA
NA le 13 Fév 2020
I only have a edge data. I do not have third input.

Connectez-vous pour commenter.

Réponses (1)

Steven Lord
Steven Lord le 13 Fév 2020
Call plot and specify the 'Layout' to be one of the 3-D layouts, 'force3' or 'subspace3'. Alternately you can specify 'XData', 'YData', and 'ZData' coordinates like the "Custom Graph Node Coordinates" example on the plot function documentation page shows.

Catégories

En savoir plus sur Graph and Network Algorithms dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by