draw all line between nodes

9 visualizzazioni (ultimi 30 giorni)
Ali ebrahimi
Ali ebrahimi il 4 Set 2016
Risposto: Thorsten il 5 Set 2016
hi I have few point for this point I have to array of elements for example X,Y with the same elements that X indicate values of x points and Y include value of y I want to create line between all of point(x,y) where x is array X and y in array Y can you help me?

Risposte (1)

Thorsten
Thorsten il 5 Set 2016
Simple as
line(X, Y)

Categorie

Scopri di più su Operators and Elementary Operations in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by