Why is boundary showing me an empty array?

3 visualizaciones (últimos 30 días)
Christian_T
Christian_T el 11 de Dic. de 2019
Comentada: Adam el 11 de Dic. de 2019
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 comentarios
Christian_T
Christian_T el 11 de Dic. de 2019
Thanks! is there another way to display the points on the line?
Adam
Adam el 11 de Dic. de 2019
Just plot them:
plot( x, y )

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Scatter Plots en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by