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 longest sequence of 1's in a binary sequence.
6811 Solvers
-
Sum of diagonal of a square matrix
1642 Solvers
-
Find the largest value in the 3D matrix
1681 Solvers
-
Number of 1s in a binary string
11418 Solvers
-
Create a two dimensional zero matrix
531 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".