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!