Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
G_correct = [1 2 3; 8 8 8; 7 8 9];
assert(isequal(your_fcn_name(x),G_correct))
|
Project Euler: Problem 1, Multiples of 3 and 5
1492 Solvers
Project Euler: Problem 7, Nth prime
521 Solvers
Calculate the area of a triangle between three points
874 Solvers
Calculate the derivative of a polynomial
168 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!