IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
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
and_prod
function and_prod(in memberships)
as
Analysis Session (AS) base class.
Definition:
as.m:6
m
misc
maths
and_prod.m
Generated on Tue May 19 2015 20:46:04 for IRootLab by
1.8.9.1