Error using tf (transfer function)
조회 수: 9 (최근 30일)
이전 댓글 표시
Getting the following error:
>> sys = tf([1 2],[1 0 10])
Undefined function 'tf' for input arguments of type 'double'.
Using R2018b and control system toolbox is installed.
댓글 수: 0
채택된 답변
Fangjun Jiang
2019년 2월 22일
run "which -all tf" to find out
댓글 수: 2
Fangjun Jiang
2019년 2월 22일
편집: Fangjun Jiang
2019년 2월 22일
while other tooltoxes have tf() for transfer function, your Control System Toolbox was not there.
Should have
\MATLAB\R2018b\toolbox\control\ctrlmodels\@tf\tf.m
check your Control System Toolbox
ver control
추가 답변 (1개)
Marco Corral Flores
2020년 11월 1일
106/5000
Hi:
I have problems when using the "tf" command
Please could you help me in this regard.
link video youtube: https://youtu.be/Xr3kPGrHGSg
댓글 수: 1
참고 항목
카테고리
Help Center 및 File Exchange에서 Control System Toolbox에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!