How do I discretize a continuous state-space system involving matrices that contain symbolic entries?

13 views (last 30 days)
I am trying to convert a continuous state-space systems with matrices A, B, C, D for which there are symbolic entries into discrete matrices A', B', C', D'. However, MATLAB's c2d function only accepts numeric matrices.
Does anyone know of workarounds to this issue?
Thanks!

Answers (1)

Walter Roberson
Walter Roberson on 28 Sep 2016
MATLAB (including the Symbolic Toolbox) does not have tools for symbolic state space models.
(Maple does have tools for this; I was able to convert arbitrary symbolic 2 x 2 matrices under a variety of their provided methods.)

Categories

Find more on Symbolic Math Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!