Skip to content

Commit 420f086

Browse files
baggepinnenolof3
andauthored
Update src/matrix_comps.jl
Co-authored-by: olof3 <olof3@users.noreply.github.com>
1 parent a3ac478 commit 420f086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/matrix_comps.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ end
102102
obsv(A, C, n=size(A,1))
103103
obsv(sys, n=sys.nx)
104104
105-
Compute the observability matrix with `n` rows for the system described by `(A, C)` or `sys`. Providingthe optional `n > sys.nx` returns an extended observability matrix.
105+
Compute the observability matrix with `n` rows for the system described by `(A, C)` or `sys`. Providing the optional `n > sys.nx` returns an extended observability matrix.
106106
107107
Note that checking for observability by computing the rank from `obsv` is
108108
not the most numerically accurate way, a better method is checking if

0 commit comments

Comments
 (0)