My code runs fine on my local machine, but I get error messages when I try it here.
Error using compose (line 85) First argument must be a string array, character vector, or cell array of character vectors. Error in TestPoint1 (line 3) h = compose(f,g);
To the creator of this problem: please rename this function in your test suite. "Compose" is already a built-in MATLAB function.
Changed the function name to composeFcn to avoid clashing with the compose built-in function. Let me know if you're still having trouble!
I guess the name needed changing, but be aware that if we ever re-score old entries, everyone who passed before the name change will now fail, since they will now be calling the wrong function.
Thanks, David Hruska!
How to find the position of an element in a vector without using the find function
2482 Solvers
192 Solvers
436 Solvers
Detect a number and replace with two NaN's
178 Solvers
265 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!