How to correctly export point coordinates to Excel file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!!
I'm experiencing the following problem. I'd like to export to an Excel file, using DATAEXTRACTION function, the XY positions of the profile below, composed by 10000 points, referring to the coordinate system shown below:
The extraction is correctly executed, but the coordinates seems not to refer to the coordinate system shown above. The matrix is composed by many negative Y coordinates and no negative X coordinates...
When i try to plot the coordinates in Matlab using POLYSHAPE function, an error message is visualized: "Polyshape has duplicate vertices, intersections, or other inconsistencies that may produce inaccurate or unexpected results. Input data has been modified to create a well-defined polyshape" and the result is the following one:
Do you know which might be the problem?
Thank you!