allunique
Description
tf = allunique(
returns logical
A
)1
(true
) if all values in A
are
unique. Otherwise, allunique
returns logical 0
(false
). If A
is a table,
allunique
behaves as if you called
allunique(A,"rows")
.
Examples
Input Arguments
Version History
Introduced in R2025a