draw all line between nodes

14 vues (au cours des 30 derniers jours)
Ali ebrahimi
Ali ebrahimi le 4 Sep 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?

Réponses (1)

Thorsten
Thorsten le 5 Sep 2016
Simple as
line(X, Y)

Catégories

En savoir plus sur Operators and Elementary Operations 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