MATLAB talk:Logical Masks

From PrattWiki
Revision as of 03:58, 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) .....