48.8k views
4 votes
Extract all 30 less than or equal to aij less than or equal to 50 in a vector b, that is, find all elements of A that are between 30 and 50 and put them in a vector b.

User JDesuv
by
9.0k points

1 Answer

2 votes
b = A(30 <= A <= 50)
User Glborges
by
8.5k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories