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

1 visualizzazione (ultimi 30 giorni)
[x,y] = ginput
to matrix like [x1,y1;x2,y2; and so on

Risposte (1)

Akira Agata
Akira Agata il 30 Mar 2018
Simply, you should try
M = [x,y];

Categorie

Scopri di più su Data Exploration in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by