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
-
391 Solvers
-
Back to basics 24 - Symbolic variables
144 Solvers
-
Determine Whether an array is empty
806 Solvers
-
Set the array elements whose value is 13 to 0
1429 Solvers
-
Given a matrix, return the last eigen value
231 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!