comparison scripts/plot/compass.m @ 14335:ce2b59a6d0e5

maint: periodic merge of stable to default.
author Rik <octave@nomad.inbox5.com>
date Sun, 05 Feb 2012 15:32:24 -0800
parents 11949c9795a0 4d917a6a858b
children f17d9a574645
comparison
equal deleted inserted replaced
14333:6dd710b73150 14335:ce2b59a6d0e5
35 ## line objects representing the drawn vectors. 35 ## line objects representing the drawn vectors.
36 ## 36 ##
37 ## @example 37 ## @example
38 ## @group 38 ## @group
39 ## a = toeplitz ([1;randn(9,1)], [1,randn(1,9)]); 39 ## a = toeplitz ([1;randn(9,1)], [1,randn(1,9)]);
40 ## compass (eig (a)) 40 ## compass (eig (a));
41 ## @end group 41 ## @end group
42 ## @end example 42 ## @end example
43 ## 43 ##
44 ## @seealso{polar, quiver, feather, plot} 44 ## @seealso{polar, quiver, feather, plot}
45 ## @end deftypefn 45 ## @end deftypefn