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 件のコメント

Kye Taylor
Kye Taylor 2013 年 5 月 1 日
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 日

0 投票

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 件のコメント

Walter Roberson
Walter Roberson 2013 年 5 月 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 ExchangeIntroduction 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