How do I discretize a continuous state-space system involving matrices that contain symbolic entries?
13 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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!
0 commentaires
Réponses (1)
Walter Roberson
le 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.)
0 commentaires
Voir également
Catégories
En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!