compare answer with a range of numbers ?

i have answers 4,6,7,9 and want to compare them with a range of numbers 4:12 then i will extract that row which will meet this comparison true like i say if answer==4:12 then it does not work i have to ask if this answer is in the range of 4:12 if yes then it must work further

2 Comments

i have tried ismember ans it is working but if u have something better as an option plz tell
What is the problem with ismember?

Sign in to comment.

 Accepted Answer

Matt J
Matt J on 18 Jun 2014
Edited: Matt J on 18 Jun 2014
>> ismember([4 6 7 9 3],4:12)
ans =
1 1 1 1 0

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!