comparison scripts/strings/blanks.m @ 11587:c792872f8942

all script files: untabify and strip trailing whitespace
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:35:29 -0500
parents fd0a3ac60b0e
children 8c4a2c2cc2b0
comparison
equal deleted inserted replaced
11586:12df7854fa7c 11587:c792872f8942
24 ## @group 24 ## @group
25 ## blanks(10); 25 ## blanks(10);
26 ## whos ans; 26 ## whos ans;
27 ## @result{} 27 ## @result{}
28 ## Attr Name Size Bytes Class 28 ## Attr Name Size Bytes Class
29 ## ==== ==== ==== ===== ===== 29 ## ==== ==== ==== ===== =====
30 ## ans 1x10 10 char 30 ## ans 1x10 10 char
31 ## @end group 31 ## @end group
32 ## @end example 32 ## @end example
33 ## @seealso{repmat} 33 ## @seealso{repmat}
34 ## @end deftypefn 34 ## @end deftypefn