Institut de Robòtica i Informàtica Industrial

mrdivide

PURPOSE ^

SYNOPSIS ^

function gm=mrdivide(gm1,ct)

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls:
This function is called by:

SOURCE CODE ^

0001 function gm=mrdivide(gm1,ct)
0002   if isa(gm1,'GMixture') && isa(ct,'double')
0003     gm=gm1*(1/ct);
0004   else
0005     error('Wrong parameter type in GMixture mrdivide');
0006   end


Institut de Robòtica i Informàtica Industrial

Generated on Wed 05-Aug-2009 15:05:21 by m2html © 2003