Problem 43193. Where is 1?
There is a 3d matrix [A] that consist of many zeros and only one.
A=zeros(100,100,100);
i=randi(100);
j=randi(100);
k=randi(100);
A(i,j,k)=1;
Where is one? Find [i j k].
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers53
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2809 Solvers
-
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
2032 Solvers
-
Find out total non zero element of matrix
284 Solvers
-
Rotate a matrix for 180 degree
185 Solvers
-
162 Solvers
More from this Author27
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!