Hi Bahareh,
The reason of this warning is zero probability in 'GMR\gaussPDF.m'. You can simply add the following line to the end of this function in order to replace the zeros with minimum real number:
prob(prob==0) = realmin;
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!