draw all line between nodes

11 次查看(过去 30 天)
Ali ebrahimi
Ali ebrahimi 2016-9-4
回答: Thorsten 2016-9-5
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?

回答(1 个)

Thorsten
Thorsten 2016-9-5
Simple as
line(X, Y)

类别

Help CenterFile Exchange 中查找有关 Operators and Elementary Operations 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by