I need a function to identify if a number is part of a vector or matrix.

조회 수: 24 (최근 30일)
I don't need to know the number or position, I just need to know if a number belongs to a vector or matrix.I use the ismember function, but it is very slow when I repeat this many times, I would like an alternative.
The only consideration is that it has to be a function or quick code.

채택된 답변

Stephen23
Stephen23 2021년 9월 21일
Where M is your matrix and N is your scalar number:
any(N==M(:))

추가 답변 (1개)

Jan
Jan 2021년 9월 21일

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by