not, ~
Find logical NOT
Description
Examples
Input Arguments
Tips
You also can use the
~
symbol as a placeholder output argument in a function call. For example,[~,i] = max(A)
suppresses the first output of themax
function, returning only the indices of the maximum values. For more information, see Ignore Inputs in Function Definitions.
Extended Capabilities
Version History
Introduced before R2006a