diff --git a/matlab/particle/traditional_resampling.m b/matlab/particle/traditional_resampling.m
index fa4c82a0a3f7a421e38993c7f278fe35696e071f..4f787879a20eeaa487b63c5aa04612ceba289bfb 100644
--- a/matlab/particle/traditional_resampling.m
+++ b/matlab/particle/traditional_resampling.m
@@ -212,6 +212,10 @@ end
 %$     toc
 %$ end
 %$
+%$ % REMARK
+%$ % Note that the alternative code used in this test is sensibly faster than the code proposed
+%$ % in the routine for the resampling scheme à la Kitagawa...
+%$ 
 %$ if show_plot
 %$     plot(randvec,c,'-r'), hold on, plot([randvec(1),randvec(end)],[c(1),c(end)],'-k'), hold off, axis tight, box on
 %$ end