You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
[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
- Version 1.0.0.0 (2.31 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
