comparison scripts/testfun/speed.m @ 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 be55736a0783
children 87f258202b0f
comparison
equal deleted inserted replaced
10845:c0ffe159ba1a 10846:a4f482e66b65
88 ## 88 ##
89 ## @example 89 ## @example
90 ## speed ("for i = 1:n, y@{i@} = x(i); end", "", [1000,10000]) 90 ## speed ("for i = 1:n, y@{i@} = x(i); end", "", [1000,10000])
91 ## @end example 91 ## @end example
92 ## 92 ##
93 ## @noindent
93 ## but it is if you preallocate the cell array @code{y}: 94 ## but it is if you preallocate the cell array @code{y}:
94 ## 95 ##
95 ## @example 96 ## @example
96 ## @group 97 ## @group
97 ## speed ("for i = 1:n, y@{i@} = x(i); end", ... 98 ## speed ("for i = 1:n, y@{i@} = x(i); end", ...