No BSD License
-
at(h,attrib)
-
fmuse(varargin)
% Placing this file in the path will neutralize calls to fmuse.m
-
funcompose(f,F)
function f1 = funcompose(f,F)
-
funcompose_test_d(l,p)
Helper for funcompose testing
-
funcompose_test_f(q, r, e, t,...
Helper for funcompose testing
-
funcompose_test_g(s,r,t,v,z)
Helper for funcompose testing
-
funcompose_test_w(k,c,u,f);
-
isfun(f)
-
View all files
Automated composition of function handles
by Peter Cotton
17 Sep 2007
(Updated 19 Sep 2007)
Automatically compose function handles
|
Watch this File
|
| File Information |
| Description |
Extends the capability of function_handle by implementing automatic composition. Takes a family of functions with acyclic "intentions", where intent is implied from the names of input and output arguments.
If you like functional languages you might enjoy this.
at.m Create function_handle from m-file
funcompose.m Compose two or more |
| Acknowledgements |
This submission has inspired the following:
functor
|
| MATLAB release |
MATLAB 7.3 (R2006b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (3) |
| 25 Sep 2007 |
kheza khoudir
|
|
|
| 05 Jan 2008 |
Jim Hunziker
|
|
|
| 28 Oct 2010 |
Peter Cotton
|
|
|
| Updates |
| 19 Sep 2007 |
Added missing dependencies |
|
Contact us at files@mathworks.com