Richard: I believe there are a couple of inconsistencies in the test cases.
- You mention in the problem statement that the 'alphabetized built-in' functions should follow 'alphabetized' functions. However, 'log10' (not built-in) appears before 'log2' (built-in).
- 'i' is also a built-in function. 'which i' indicates that.
'i' in test case 2 is also 'built-in'
I agree , exist('i') return 5 .
I changed hte "i" to "k".
Even though "i" was being used as a variable and not in its capacity as a built-in function.
In what order the names of the function are sorted?
(Thanks for the useful tags.)
The functions are sorted alphabetically and by type.
Ex. [built_in_alphabetical, toolkit_alphabetical]
IMHO, this question makes no sense,
Other methods can be used to examine the exist function. The test sample for this subject is boring.
6316 Solvers
What is the distance from point P(x,y) to the line Ax + By + C = 0?
282 Solvers
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
537 Solvers
156 Solvers
Find last zero for each column
250 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!