Problem 42817. Pipeline
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
Jean-Marie Sainthillier
on 22 Apr 2016
Whao ?
LY Cao
on 22 Apr 2016
O(∩_∩)O~
Solution Comments
Show commentsProblem Recent Solvers3
Suggested Problems
-
Count from 0 to N^M in base N.
238 Solvers
-
Sum all integers from 1 to 2^n
16969 Solvers
-
182 Solvers
-
679 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
391 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!