Fullminsearch

Exhaustive search optimization method for one to multidimensional cases.

You are now following this Submission

[x,fval,exitflag,output] = fullminsearch(funfcn, xlow, xhigh, xstep)
minimizes function "funfcn" using exhaustive search in space defined by:
"xlow" - lower limits of parameters (vector)
"xhigh" - upper limits of parameters (vector)
"xtep" - step for each parameter (vector)

Rule:
length(xlow) = length(xhigh) = length(xstep);

"exitflag" - number of find same minimums

Cite As

Vratislav Harabis (2026). Fullminsearch (https://www.mathworks.com/matlabcentral/fileexchange/36687-fullminsearch), 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