Functional Programming Constructs
A set of files for treating many operations, like "if", "for", and even "()", as functions.
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Editor's Note: This file was selected as MATLAB Central Pick of the Week
Cite As
Tucker McClure (2026). Functional Programming Constructs (https://au.mathworks.com/matlabcentral/fileexchange/39735-functional-programming-constructs), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.2.0 (53.5 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.2.0 | Updated license |
||
| 1.2.0-0 | The 'wrap' function returned all output arguments up to the highest selected. It now "wraps up" only the specifically requested arguments. (Thanks Harald.) |
||
| 1.1.0 | Fixed iif to accept function handles for conditions. |
||
| 1.0.0 |