Main Content
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 about suppressing function arguments, see Ignore Inputs in Function Definitions and Ignore Function Outputs.