MATLAB talk:Logical Masks

From PrattWiki
Revision as of 03:58, 20 September 2012 by Ejl23 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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) .....