Why is boundary showing me an empty array?

조회 수: 4 (최근 30일)
Christian_T
Christian_T 2019년 12월 11일
댓글: Adam 2019년 12월 11일
With the following code Matlab ejects me k = [] empty, what could be the reason?
x = [0;0;0;0,;0,;0];
y = [0;6;7;8;9;10];
k = boundary(x,y);
x2 = x(k);
y2 = y(k);
figure
hold on
scatter(x2,y2)
  댓글 수: 3
Christian_T
Christian_T 2019년 12월 11일
Thanks! is there another way to display the points on the line?
Adam
Adam 2019년 12월 11일
Just plot them:
plot( x, y )

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Scatter Plots에 대해 자세히 알아보기

태그

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by