changeset 6621:093c07d22b33 octave-forge

control-oo: fix typo
author paramaniac
date Thu, 28 Jan 2010 15:40:42 +0000
parents fdbf3172b8f8
children ed18a7a15cac
files extra/control-oo/inst/sigma.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extra/control-oo/inst/sigma.m	Thu Jan 28 14:44:25 2010 +0000
+++ b/extra/control-oo/inst/sigma.m	Thu Jan 28 15:40:42 2010 +0000
@@ -48,7 +48,7 @@
 ## @table @var
 ## @item sv
 ## Array of singular values. For a system with m inputs and p outputs, the array sv
-## has min(m,p) columns and as many rows as frequency points (length of w).
+## has min(m,p) rows and as many columns as frequency points (length of w).
 ## The singular values at the frequency w(k) are given by sv(:,k).
 ## @item w
 ## Vector of frequency values used.