assignin is also banned? :(
Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
%%
y_correct = 1;
assert(isequal(your_fcn_name,y_correct))
Error: You may not use the command ASSIGNIN in your code
|
2 | Fail |
%%
y_correct = 1:100;
assert(isequal(your_fcn_name,y_correct))
Error: You may not use the command ASSIGNIN in your code
|
3 | Fail |
%%
y_correct = rand(100);
assert(isequal(your_fcn_name,y_correct))
Error: You may not use the command ASSIGNIN in your code
|
4 | Fail |
%%
y_correct = randi(100);
assert(isequal(your_fcn_name,y_correct))
Error: You may not use the command ASSIGNIN in your code
|
5 | Fail |
%%
y_correct = 'lol';
assert(isequal(your_fcn_name,y_correct))
Error: You may not use the command ASSIGNIN in your code
|
76 Solvers
Convert a vector into a number
442 Solvers
Find third Side of a right triangle given hypotenuse and a side. No * - or other functions allowed
107 Solvers
204 Solvers
579 Solvers