Problem 1770. singularity 2.0 (hard)
Solution Stats
Problem Comments
-
6 Comments
Where do you find all these informations ?
dbstack('-completenames') will tell you the function call stack, then you can just read the appropriate files to see what is in them...
You should write a book with all your Matlab experience (seriously).
Do you suggest it is possible to modify directly the testsuite in the function ?
well, not exactly. When myfunction() is being evaluated it is being called by the testsuite code (and that happens inside a evalc command inside the evaluateCode() subfunction) so it is already too late to change the testsuite itself. You can do two things: a) either assume the the call to 'evaluateCode()' is going to fail, and see if you can do something about it (this is the simpler way to solve this problem); or b) try to modify the testsuite *before* myfunction() is being evaluated (that is the solution needed for the next problem -'singularity 2.0 (really hard)'- in this series
ps. and thanks for the compliment :)
Solution Comments
Show commentsProblem Recent Solvers17
Suggested Problems
-
1497 Solvers
-
Project Euler: Problem 16, Sums of Digits of Powers of Two
127 Solvers
-
Convert from Base 10 to base 5
249 Solvers
-
Detect a number and replace with two NaN's
188 Solvers
-
MATCH THE STRINGS (2 CHAR) very easy
281 Solvers
More from this Author38
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!