ismember
Array elements that are members of another array.
Syntax
T = ismember(A, B)
Input argument
A - a variable
B - a variable
Output argument
T - result of ismember.
Description
T = ismember(A, B) returns an array of logical where the data in A is found in B.
Example
See also
sort.
History
Version
Description
1.0.0
initial version
Author
Allan CORNET
Last updated