Problem 582. Function composition - harder
Solution Stats
Problem Comments
-
2 Comments
"compose" is a built-in Matlab function.
Please, change the function name in the test suite, since no new solution is allowed.
Composition is in reverse. Apply last function, then next-to-last, and so forth to first.
Solution Comments
-
2 Comments
This problema keeps returning an error which, to my understanding, does not make sense, since my function has only 5 lines.
Error using compose (line 85) First argument must be a string array, character vector, or cell array of character vectors. Error in TestPoint1 (line 4) h = compose(f1,f2,f3);
Apologies for the trouble! I have renamed to the function to "composeFcn" to avoid clashing with the MATLAB "compose" function. Give it a try now.
-
1 Comment
it took me almost half an hour to get how this programm work.impressive!
Problem Recent Solvers96
Suggested Problems
-
"Low : High - Low : High - Turn around " -- Create a subindices vector
500 Solvers
-
Sort numbers by outside digits
141 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
759 Solvers
-
Given a matrix, return the last eigen value
212 Solvers
-
Test if two numbers have the same digits
227 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!