Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
A=zeros(100,100,100);
i=randi(100);
j=randi(100);
k=randi(100);
A(i,j,k)=1;
y=find1number(A)
assert(isequal(y,[i,j,k]))
y =
60 2 64
|
2 | Pass |
A=zeros(100,100,100);
i=randi(100);
j=randi(100);
k=randi(100);
A(i,j,k)=1;
y=find1number(A)
assert(isequal(y,[i,j,k]))
y =
52 55 46
|
1836 Solvers
The sum of the numbers in the vector
426 Solvers
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
292 Solvers
277 Solvers
65 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!