Good morning everyone !
I'm having trouble inserting this transfer function,
in a Trasfer Fcn block,
how I do?
G =
1.077e04
-----------------
3.439e-07 s^2 + s
Continuous-time transfer function.

 채택된 답변

VBBV
VBBV 2020년 11월 21일
편집: VBBV 2020년 11월 21일

0 개 추천

%f true
num = [1.077e4]
den = [3.439e-7 1 0]
Enter the vectors num and den coefficients in the transfer function block. See the below resource

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 General Applications에 대해 자세히 알아보기

제품

릴리스

R2018a

질문:

2020년 11월 21일

댓글:

2020년 11월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by