Do something that makes
x> f1 > f2 ... > fn
equal to
fn(...f2(f1(x))...)
- x : MATLAB object
- fi: function handle
Example:
>> cos(sin(1))
ans =
0.666366745392881
>> 1 > @sin > @cos
ans =
0.666366745392881
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers4
Suggested Problems
-
22572 Solvers
-
Back to basics 20 - singleton dimensions
279 Solvers
-
Find a subset that divides the vector into equal halves
402 Solvers
-
How many trades represent all the profit?
619 Solvers
-
Sum the entries of each column of a matrix which satisfy a logical condition.
176 Solvers
More from this Author8
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Whao ?
O(∩_∩)O~