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

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

1 个评论

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

请先登录,再进行评论。

回答(0 个)

类别

帮助中心File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

产品

版本

R2020b

提问:

2023-6-21

评论:

2023-6-21

Community Treasure Hunt

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

Start Hunting!