draw all line between nodes

12 visualizaciones (últimos 30 días)
Ali ebrahimi
Ali ebrahimi el 4 de Sept. de 2016
Respondida: Thorsten el 5 de Sept. de 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?

Respuestas (1)

Thorsten
Thorsten el 5 de Sept. de 2016
Simple as
line(X, Y)

Categorías

Más información sobre Operators and Elementary Operations en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by