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
-
Project Euler: Problem 2, Sum of even Fibonacci
2815 Solvers
-
Set the array elements whose value is 13 to 0
1429 Solvers
-
Rounding off numbers to n decimals
5481 Solvers
-
Rotate a matrix for 180 degree
215 Solvers
-
Sum the squares of numbers from 1 to n
257 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!