Matlab -Negation
~A
not(A)
% Both basically do the same thing, check source for minor difference use cases
Flyhouse_Squarewheel
~A
not(A)
% Both basically do the same thing, check source for minor difference use cases