You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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.
Cite As
Ben Petschel (2026). PEEK (https://www.mathworks.com/matlabcentral/fileexchange/44120-peek), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (2.08 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
