An array is given A=[1 2 3 4 5 7 8 9 10]. Find whether the number n is present in given array or not. If the number n is present in array then return 0 or else return 1.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers66
Suggested Problems
-
Find the sum of all the numbers of the input vector
55158 Solvers
-
How to find the position of an element in a vector without using the find function
2821 Solvers
-
Find the area of a rectangle if length of the diagonal is given.
170 Solvers
-
Rotate a matrix for 180 degree
188 Solvers
-
Matrix of almost all zeros, except for main diagonal
191 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Seems wrongly tagged: not particularly related to "cell arrays".