Simple three-point minimum estimation
バージョン 1.0.0.0 (1.33 KB) 作成者:
Gabriel Alcantara
Script to find the minimum of a single variable function using the Three-point search method.
Calculate minimum of single variable function using 3-point search
Usage:
estimated_min=three_point(sfun,a,b,tolerance)
sfun: Symbolic/String function
a: Inferior Limit
b: Superior Limit
tolerance: Tolerance Range
引用
Gabriel Alcantara (2026). Simple three-point minimum estimation (https://jp.mathworks.com/matlabcentral/fileexchange/24285-simple-three-point-minimum-estimation), MATLAB Central File Exchange. 取得日: .
MATLAB リリースの互換性
作成:
R2008b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
Help Center および MATLAB Answers で Direct Search についてさらに検索
タグ
| バージョン | 公開済み | リリース ノート | |
|---|---|---|---|
| 1.0.0.0 |
