Info
This question is closed. Reopen it to edit or answer.
Need an IF boolean that compares a number to all numbers in an array
1 view (last 30 days)
Show older comments
Hello
a = [1,2,3]
b=2
if b is in a
do this
end
How do i do it?
0 Comments
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!