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

1 次查看(过去 30 天)
[x,y] = ginput
to matrix like [x1,y1;x2,y2; and so on

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Data Exploration 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by