Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
assessFunctionAbsence({'regexp','regexpi','regexprep','str2num'},'FileName','mtimes.m')
|
2 | Fail |
assert(isequal("cody" * 5, "codycodycodycodycody"))
|
3 | Fail |
assert(isequal("cody" * 5, "cody" * 2 + "cody" * 3))
|
4 | Fail |
assert(isequal(" Cody is fun! Cody is fun! Cody is fun!", 3 * " Cody is fun!"))
|
5 | Fail |
assert(isequal(" Cody 5-Year Anniversary! Cody 5-Year Anniversary!", " Cody 5-Year Anniversary!" * 2))
|
6 | Fail |
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))
|
Sum all integers from 1 to 2^n
8411 Solvers
First non-zero element in each column
593 Solvers
386 Solvers
Back to basics 9 - Indexed References
392 Solvers
Back to basics 13 - Input variables
233 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!