Find logical NOT
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 the max
function,
returning only the indices of the maximum values. For more information,
see Ignore Function Inputs.