필터 지우기
필터 지우기

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

조회 수: 3 (최근 30일)
Day Hong Kim
Day Hong Kim 2018년 3월 30일
답변: Akira Agata 2018년 3월 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에서 Visual Exploration에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by