Problem 44221. Check availability of a number in an array
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
David Verrelli
on 22 Jun 2018
Seems wrongly tagged: not particularly related to "cell arrays".
Solution Comments
Show commentsProblem Recent Solvers65
Suggested Problems
-
Magic is simple (for beginners)
10355 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1180 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
388 Solvers
-
5546 Solvers
-
find whether it is prime or not
151 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!