comparison scripts/statistics/base/studentize.m @ 10549:95c3e38098bf

Untabify .m scripts
author Rik <code@nomad.inbox5.com>
date Fri, 23 Apr 2010 11:28:50 -0700
parents 16f53d29049f
children cab3b148d4e4
comparison
equal deleted inserted replaced
10548:479536c5bb10 10549:95c3e38098bf
47 if (dim > nd) 47 if (dim > nd)
48 dim = 1; 48 dim = 1;
49 endif 49 endif
50 else 50 else
51 if (! (isscalar (dim) && dim == round (dim)) 51 if (! (isscalar (dim) && dim == round (dim))
52 && dim > 0 52 && dim > 0
53 && dim < (nd + 1)) 53 && dim < (nd + 1))
54 error ("studentize: dim must be an integer and valid dimension"); 54 error ("studentize: dim must be an integer and valid dimension");
55 endif 55 endif
56 endif 56 endif
57 57
58 if (! ismatrix (x)) 58 if (! ismatrix (x))