diff scripts/control/system/c2d.m @ 4946:48a39e2b2ab7

[project @ 2004-08-31 17:27:04 by jwe]
author jwe
date Tue, 31 Aug 2004 17:27:05 +0000
parents b8105302cfe8
children bdbee5282954
line wrap: on
line diff
--- a/scripts/control/system/c2d.m	Tue Aug 31 15:09:17 2004 +0000
+++ b/scripts/control/system/c2d.m	Tue Aug 31 17:27:05 2004 +0000
@@ -44,7 +44,7 @@
 ## @item t
 ## sampling time; required if sys is purely continuous.
 ##
-## @strong{Note} If the 2nd argument is not a string, @code{c2d} assumes that
+## If the 2nd argument is not a string, @code{c2d} assumes that
 ## the 2nd argument is @var{t} and performs appropriate argument checks.
 ## @item "matched"
 ## Use the matched pole/zero equivalent transformation (currently only
@@ -66,7 +66,7 @@
 ## @end example
 ## via the matrix exponential or bilinear transform
 ##
-## @strong{Note} This function adds the suffix  @code{_d}
+## This function adds the suffix  @code{_d}
 ## to the names of the new discrete states.
 ## @end deftypefn