From: manu Date: Wed, 28 Nov 2007 16:04:19 +0000 (+0000) Subject: git-svn-id: http://svn.parisson.org/svn/CNAQ/trunk@125 5fc3e0e6-29bc-4d03-b52b-c088cb... X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2c39f95d2f9e04128e07be7622658f772e6d9e78;p=cnaq.git git-svn-id: http://svn.parisson.org/svn/CNAQ/trunk@125 5fc3e0e6-29bc-4d03-b52b-c088cb822bde --- diff --git a/tests/plotdelay.m b/tests/plotdelay.m index 8f078a8..2b5a913 100644 --- a/tests/plotdelay.m +++ b/tests/plotdelay.m @@ -26,7 +26,7 @@ ecart=std(delai); mfvt =num2str(mfv); sprintf('%s','the most frequent delay is ', mfvt,' samples.') -Plot results +%Plot results hist(delai) title('delay distribution') xlabel('delay')