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 Solvers3
Suggested Problems
-
Count from 0 to N^M in base N.
240 Solvers
-
Check to see if a Sudoku Puzzle is Solved
338 Solvers
-
Increment a number, given its digits
686 Solvers
-
239 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
887 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~