PEEK is a general-purpose evaluation monitor that records and outputs any input values that are passed to it. This is useful for monitoring the function evaluations performed by general numerical routines such as QUAD or FMINSEARCH.
PEEK works in much the same way as SOW/REAP in Mathematica.
Basic example:
f = @(x)sin(x);
fpeek = @(x)peek(f(x),x);
quad(fpeek,0,pi);
[fq,xq] = peek()
See the help file for further examples.
Cita come
Ben Petschel (2025). PEEK (https://www.mathworks.com/matlabcentral/fileexchange/44120-peek), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2011a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Scopri di più su Testing Frameworks in Help Center e MATLAB Answers
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.0.0.0 |