MATLAB, wenn nicht wahr
~A
% or you can use:
not(A)
% in more complex statements, such as if's:
if ~(condition)
% logic
end
Precious Panda
~A
% or you can use:
not(A)
% in more complex statements, such as if's:
if ~(condition)
% logic
end