I want to make a matrix with x,y values from ginput. How can I do it?
이전 댓글 표시
[x,y] = ginput
to matrix like [x1,y1;x2,y2; and so on
답변 (1개)
Akira Agata
2018년 3월 30일
Simply, you should try
M = [x,y];
카테고리
도움말 센터 및 File Exchange에서 Data Exploration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!