length_opti(x1,y1,x2,y2)
バージョン 1.0.0.0 (3.51 KB) 作成者:
Alireza Shourangiz Haghighi
The minimum distance betweeen two points (x,y) based on Hamilton's function
>> 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カテゴリ
- Teaching and Learning > MATLAB Grader > Create Courses and Coding Problems > Create and Organize Courses >
Help Center および MATLAB 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 |