Undefined function 'tf' for input arguments of type 'char'?

Hey everyone,
I am running R2012b.
I type in: s = tf('s')
Undefined function 'tf' for input arguments of type 'char'.
can someone please help me?
Thanks so much!

댓글 수: 2

What do you want to do with tf('s')... transfer function? What does tf represent?
Wafeeq
Wafeeq 2016년 3월 21일
편집: Wafeeq 2016년 3월 21일
Do you have control Toolbox in matlab? You can write ver in matlab to check if it is available. Otherwise you can use tf if you dont have control toolbox

댓글을 달려면 로그인하십시오.

답변 (2개)

Arkadiy Turevskiy
Arkadiy Turevskiy 2013년 5월 1일
tf is part of Control System Toolbox. The error message you are seeing means you do not have this product on your license. You can see which toolboxes you have by typing
ver
at the command line.

댓글 수: 1

The Control Systems Toolbox is included with the Student Version license, but is not installed by default.

댓글을 달려면 로그인하십시오.

Jan
Jan 2013년 5월 1일

0 개 추천

Asking Google or searching in the forum is a good strategy to get fast answers. See http://www.mathworks.com/matlabcentral/answers/65972.

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

질문:

2013년 5월 1일

편집:

2016년 3월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by