Fibonacci Search method

this function finds the interval in which minima of function lies,using the Fibonacci series.

You are now following this Submission

This script provides the final interval of uncertainty in which the minima of single variable non linear/linear function. The function should be unimodal in the interval. The script checks the unimodality of the function.User inputs the initial interval and the number of iterations. depending upon the number of iterations, final interval is obtained. Larger the iterations ,smaller the final interval of uncertainty. The algorithm is based on the fibonaccci series 1 1 2 3 5 8 13....

Cite As

Shakun Bansal (2026). Fibonacci Search method (https://www.mathworks.com/matlabcentral/fileexchange/29243-fibonacci-search-method), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0