matlab jika tidak benar

~A

% or you can use:

not(A)

% in more complex statements, such as if's:

if ~(condition)
% logic
end
Precious Panda