draw all line between nodes

조회 수: 12 (최근 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