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

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

1 Comment

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

Sign in to comment.

Answers (0)

Categories

Products

Release

R2020b

Asked:

on 21 Jun 2023

Commented:

on 21 Jun 2023

Community Treasure Hunt

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

Start Hunting!