diff scripts/plot/hist.m @ 5584:3d9ddfdc6d3e

[project @ 2005-12-15 01:29:34 by jwe]
author jwe
date Thu, 15 Dec 2005 01:29:34 +0000
parents ec8c33dcd1bf
children 2618a0750ae6
line wrap: on
line diff
--- a/scripts/plot/hist.m
+++ b/scripts/plot/hist.m
@@ -139,8 +139,8 @@
 %!  assert(nn, [2,1,1]);
 %!test
 %!  [nn,xx]=hist([1:4]',3);
-%!  assert(xx, [1.5,2.5,3.5]');
-%!  assert(nn, [2,1,1]');
+%!  assert(xx, [1.5,2.5,3.5]);
+%!  assert(nn, [2,1,1]);
 %!test
 %!  [nn,xx]=hist([[1:4]',[1:4]'],3);
 %!  assert(xx, [[1.5,2.5,3.5]',[1.5,2.5,3.5]']);