Problem 2443. Clear functions with the same name in different packages independently
See the test suite.
N.B.: Overwriting files or functions a.k.a. cheating is not necessary.
Solution Stats
Problem Comments
-
7 Comments
Just a little hint: I bet you can solve it in your own computer without changing the test suite.
The problem I believe is that your test suite is linux specific, so it's impossible to find why it doesn't work on a Windows computer. On Windows, your echo command creates invalid files as it writes the quotes to the files. If I remove the quote from your echos, my solution works fine on Windows.
That is true. But Cody is running on Unix. Anyhow, I have modified the test suite to be platform independent.
Solution Comments
Show commentsProblem Recent Solvers10
Suggested Problems
-
Replace NaNs with the number that appears to its left in the row.
3022 Solvers
-
Vectorize the digits of an Integer
326 Solvers
-
Reverse the elements of an array
1055 Solvers
-
The sum of the numbers in the vector
617 Solvers
-
5445 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!