bisectguess uses bisection and a guess of the root to provide a fast and robust root-finding method that is compatible with code generation.
https://github.com/geoffstanley/neutral-surfaces/tree/master/lib/fzero_cg
Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
A root of a function f is found by repeated bisection of a specified interval containing a sign change of f. An initial guess of the root can be provided (as for MATLAB's fzero), outwards from which an interval is geometrically expanded until a sign change is found, then bisection proceeds within that interval. (In the thumbnail image, a root of a quadratic is found, despite that the function is positive at both ends of its domain.)
Only one problem is solved at a time: f is a scalar function whose first argument is a scalar. Extra arguments of f are taken directly from extra arguments to bisectguess. To solve many problems, put bisectguess inside a for loop, inside a wrapper function. To make this fast, use code generation to turn the wrapper function into a fast MEX function -- encapsulating f in the MEX function too.
--- This package is no longer updated here. Instead, get updates from github:
Citation pour cette source
Geoff Stanley (2026). bisectguess (https://fr.mathworks.com/matlabcentral/fileexchange/69710-bisectguess), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
Inspiré par : Bisection Method Root Finding
Informations générales
- Version 1.0.1 (3,51 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.0.1 | Update Description. No changes to files. |
||
| 1.0.0 |
