Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2; 3 4]; x1 = [4 3]';
y_correct = x\x1;
assert(isequal(your_fcn_name(x, x1),y_correct))
|
Celsius to Fahrenheit converter
389 Solvers
find the roots of a quadratic equation
170 Solvers
484 Solvers
2986 Solvers
204 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!