MATLAB talk:Logical Masks
Jump to navigation
Jump to search
Hi this is Everett Loving. When a logical mask is scanning a matrix of numbers, is it possible to ask the mask to check for two conditions? For example: Something like
variable = (condition && condition) .*value +... (condition) .....