How to divide an n×2 matrix into the coordinates of n points and save them separately?

조회 수: 3 (최근 30일)
Wesley
Wesley 2020년 12월 9일
댓글: Jon 2020년 12월 9일

답변 (2개)

Jon
Jon 2020년 12월 9일
x = data(:,1)
y = data(:,2)

Wesley
Wesley 2020년 12월 9일
The data file is this.

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by