IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
and_prod.m
Go to the documentation of this file.
1 %> @ingroup maths
2 %> @file
3 %> @brief AND operator as a product
4 %
5 %> @param memberships [no_rules][nf] matrix
6 %> @return out [1][no_rules] vector
7 function out = and_prod(memberships)
8 out = prod(memberships, 2)';
9 
function and_prod(in memberships)
Analysis Session (AS) base class.
Definition: as.m:6