How can I get X and Y column Matrices from plotted data?
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
I have a circular-ish polygon of data points and would like to get these points into X and Y column matrices to do more work on like running the convex hull function.
Thanks
2 comentarios
the cyclist
el 30 de Jun. de 2015
"circular-ish polygon of data points" doesn't adequately describe the way the data are currently stored. Can you give an example (ideally using MATLAB code, not just a description) of the data you have, and how you want the output to look?
Michael Darrow
el 30 de Jun. de 2015
Respuestas (2)
Thorsten
el 30 de Jun. de 2015
[i j] = ind2sub(size(I), find(I == 0));
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
