MATLAB talk:Logical Masks

From PrattWiki
Revision as of 03:59, 20 September 2012 by Ejl23 (talk | contribs)
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) .....