Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
my_variable = [];
y_correct = 'my_variable';
assert(isequal(inputvariable(my_variable),y_correct))
ans =
[]
|
2 | Pass |
another_variable = [];
y_correct = 'another_variable';
assert(isequal(inputvariable(another_variable),y_correct))
ans =
[]
|
Find the alphabetic word product
2321 Solvers
Back to basics 2 - Function Path
163 Solvers
What is the distance from point P(x,y) to the line Ax + By + C = 0?
278 Solvers
Is this triangle right-angled?
2395 Solvers
286 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!