comparison doc/interpreter/matrix.txi @ 10846:a4f482e66b65

Grammarcheck more of the documentation. Use @noindent macro appropriately. Limit line length to 80 characters.
author Rik <octave@nomad.inbox5.com>
date Sun, 01 Aug 2010 20:22:17 -0700
parents 322f43e0e170
children 20ce631f0f12
comparison
equal deleted inserted replaced
10845:c0ffe159ba1a 10846:a4f482e66b65
46 46
47 @DOCSTRING(all) 47 @DOCSTRING(all)
48 48
49 Since the comparison operators (@pxref{Comparison Ops}) return matrices 49 Since the comparison operators (@pxref{Comparison Ops}) return matrices
50 of ones and zeros, it is easy to test a matrix for many things, not just 50 of ones and zeros, it is easy to test a matrix for many things, not just
51 whether the elements are nonzero. For example, 51 whether the elements are nonzero. For example,
52 52
53 @example 53 @example
54 @group 54 @group
55 all (all (rand (5) < 0.9)) 55 all (all (rand (5) < 0.9))
56 @result{} 0 56 @result{} 0