Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
my_variable = [];
y_correct = 'my_variable';
assert(isequal(inputvariable(my_variable),y_correct))
|
2 | Pass |
%%
another_variable = [];
y_correct = 'another_variable';
assert(isequal(inputvariable(another_variable),y_correct))
|
4107 Solvers
2183 Solvers
Sum all integers from 1 to 2^n
8420 Solvers
205 Solvers
Matlab Basics - y as a function of x
339 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!