c2dOptions
R2026bSpecify discretization method for continuous-time to discrete-time conversions
Description
Use c2dOptions to specify the discretization method and
associated quantities for discretizing models with c2d.
Creation
Description
returns the default options for opts = c2dOptionsc2d. Customize options by using dot
notation to change the properties of opts.
sets properties using one or
more name-value arguments. For example, opts = c2dOptions(PropertyName=Value)c2dOptions(Method="tustin")
sets the conversion method to the bilinear (Tustin) approximation method.
Properties
Examples
References
[1] Franklin, G.F., Powell, D.J., and Workman, M.L., Digital Control of Dynamic Systems (3rd Edition), Prentice Hall, 1997.