📜  matlab if not true - Matlab 代码示例

📅  最后修改于: 2022-03-11 15:01:03.936000             🧑  作者: Mango

代码示例1
~A

% or you can use:

not(A)

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

if ~(condition)
% logic
end