Fast retrieve line coordinates
Version 1.0.0.0 (438 Bytes) by
Alejandro Sanchez-Crespo
Fast retrieve the (x,y) coordinates of a line, given the starting and ending points.
1K Downloads
Updated
18 Mar 2005
No License
function [x,y]=conect(Xstart,Xend,Ystart,Yend)
works the same as LINE(X,Y) but you can retrieve the coordinates of the line. It works for Xstart~=Xend.
Cite As
Alejandro Sanchez-Crespo (2026). Fast retrieve line coordinates (https://www.mathworks.com/matlabcentral/fileexchange/7126-fast-retrieve-line-coordinates), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R11.1
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- Mathematics and Optimization > Mapping Toolbox > Data Analysis > Vector Data >
- Radar > Mapping Toolbox > Data Analysis > Vector Data >
Find more on Vector Data in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 | Change the header for a standard one |
