Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = [450 440 430 420 410 400 390 380 370 360 350 340 330 320 310 300 290 280 270 260 250 240 230 220 210 200];
assert(isequal(your_fcn_name(x),y_correct))
y =
450 440 430 420 410 400 390 380 370 360 350 340 330 320 310 300 290 280 270 260 250 240 230 220 210 200
|
Is my wife right? Now with even more wrong husband
1241 Solvers
Project Euler: Problem 10, Sum of Primes
707 Solvers
Find the sum of the elements in the "second" diagonal
994 Solvers
Back to basics 12 - Input Arguments
525 Solvers
708 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!