Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 3 4];
y_correct = 4;
assert(isequal(your_fcn_name(x),y_correct))
y =
4
|
Back to basics - mean of corner elements of a matrix
297 Solvers
465 Solvers
292 Solvers
Write a code that will follow the equation y = x * (x + x) * x.
211 Solvers
特定の値がベクトル内に含まれているかを確認するコードを書こう
144 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!