Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assessFunctionAbsence({'regexp','regexpi','regexprep','str2num'},'FileName','mtimes.m')
[Warning: Function mtimes has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In matlab.internal.getCode (line 22)
In mtree (line 78)
In FileReadHelper/generateMtree
In FileReadHelper/generateFileMetadata
In FunctionAbsenceConstraint/getNotAbsentFunctions (line 50)
In FunctionAbsenceConstraint/satisfiedBy (line 15)
In assessFunctionAbsence (line 49)
In ScoringEngineTestPoint1 (line 1)
In solutionTest (line 3)]
|
2 | Pass |
assert(isequal("cody" * 5, "codycodycodycodycody"))
|
3 | Pass |
assert(isequal("cody" * 5, "cody" * 2 + "cody" * 3))
|
4 | Pass |
assert(isequal(" Cody is fun! Cody is fun! Cody is fun!", 3 * " Cody is fun!"))
|
5 | Pass |
assert(isequal(" Cody 5-Year Anniversary! Cody 5-Year Anniversary!", " Cody 5-Year Anniversary!" * 2))
|
6 | Pass |
x = ["Cody";"matlab";"Simulink";"@Mathworks"] + (5:5:randi([1000,5000]));
assert(isequal(x*2,x+x))
assert(isequal(x*3,x+x+x))
assert(isequal(5*x,x+x+x+x+x))
assert(isequal(101*x,x+100*x))
|
Find the alphabetic word product
2322 Solvers
Extract leading non-zero digit
1205 Solvers
Project Euler: Problem 2, Sum of even Fibonacci
835 Solvers
Create an index-powered vector
353 Solvers
Side of an equilateral triangle
2598 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!