Borrar filtros
Borrar filtros

I want to make a matrix with x,y values from ginput. How can I do it?

1 visualización (últimos 30 días)
Day Hong Kim
Day Hong Kim el 30 de Mzo. de 2018
Respondida: Akira Agata el 30 de Mzo. de 2018
[x,y] = ginput
to matrix like [x1,y1;x2,y2; and so on

Respuestas (1)

Akira Agata
Akira Agata el 30 de Mzo. de 2018
Simply, you should try
M = [x,y];

Categorías

Más información sobre Visual Exploration en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by