matlab为什么不​支持符号表示的连续系​统转化为离散系统?

syms a ;
H = tf([1,1],[a,10]);
D = c2d(H,0.01);

1 commentaire

bo peng
bo peng le 21 Juin 2023
matlab也有符号运算工具箱,为什么不支持符号表示的控制系统,从连续系统转化为离散系统呢?
mathmatic就有这个功能。
https://reference.wolfram.com/language/ref/ToDiscreteTimeModel.html

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Symbolic Math Toolbox dans Centre d'aide et File Exchange

Produits

Version

R2020b

Question posée :

le 21 Juin 2023

Commenté :

le 21 Juin 2023

Community Treasure Hunt

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

Start Hunting!