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

3 visualizzazioni (ultimi 30 giorni)

Risposte (2)

Jon
Jon il 9 Dic 2020
x = data(:,1)
y = data(:,2)

Wesley
Wesley il 9 Dic 2020
The data file is this.

Community Treasure Hunt

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

Start Hunting!

Translated by