Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR MATLAB

matlab if not true

~A

% or you can use:

not(A)

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

if ~(condition)
% logic
end
 
PREVIOUS NEXT
Tagged: #matlab #true
ADD COMMENT
Topic
Name
8+3 =