Check validity of equation or inequality - MATLAB logical
This MATLAB function checks whether the condition cond is valid. ... Examples Use logical to check whether 1 if less than 2: logical(1 < 2) ans = 1 Check if the following two conditions are both valid. To check if several conditions are valid at the same
www.mathworks.com |