length_opti(x1,y1,x​2,y2)

The minimum distance betweeen two points (x,y) based on Hamilton's function
267.0 次下载
更新时间 2015/10/24

查看许可证

>> A = length_opti(1,2,3,-5)
A =
1.0000 -1.5000

arguments: (input)
x1: the first ordinate of the first point.
y1: the second ordinate of the first point.
x2: the first ordinate of the second point.
y2: the second ordinate of the second point.

arguments: (output)
opt - The minimum ordinate of the desired point.

引用格式

Alireza Shourangiz Haghighi (2024). length_opti(x1,y1,x2,y2) (https://www.mathworks.com/matlabcentral/fileexchange/53660-length_opti-x1-y1-x2-y2), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2015a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Create and Organize Courses 的更多信息
致谢

参考作品: K-Fold Cross Validation

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0