Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 1;
y_correct = 1;
assert(isequal(your_fcn_name(x),y_correct))
ans =
1
|
2 | Pass |
%%
x = 1.5;
y_correct = 0;
assert(isequal(your_fcn_name(x),y_correct))
ans =
0
|
Back to basics 6 - Column Vector
908 Solvers
420 Solvers
321 Solvers
Create a two dimensional zero matrix
354 Solvers
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
292 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!