Simple three-point minimum estimation
Version 1.0.0.0 (1.33 KB) by
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
Cite As
Gabriel Alcantara (2026). Simple three-point minimum estimation (https://www.mathworks.com/matlabcentral/fileexchange/24285-simple-three-point-minimum-estimation), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2008b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Direct Search 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 |
