Hello everyone, yesterday i was using Matlab 2020a creating a proyect using de function 'tf' but Matlab doesn't recognize this comand to do a transfer function, i used the correct syntax, I update to Matlab 2020b because i learned that it could be the versión that i used, but i have the same problem, apparently i have already install CONTROL SYSTEM TOOLBOX but it doesn't works

댓글 수: 6

Fangjun Jiang
Fangjun Jiang 2020년 12월 9일
run "sys = tf([1 2],[1 0 10])" and what is the error?
Victor Alfonso Andrade Soto
Victor Alfonso Andrade Soto 2020년 12월 9일
Unrecognize the comand "tf"
Fangjun Jiang
Fangjun Jiang 2020년 12월 9일
run "ver control" to verify you have the toolbox
Victor Alfonso Andrade Soto
Victor Alfonso Andrade Soto 2020년 12월 10일
Undefined function 'tf' for input arguments of type 'double'.
Walter Roberson
Walter Roberson 2020년 12월 10일
You do not appear to have Control System Toolbox installed.
Victor Alfonso Andrade Soto
Victor Alfonso Andrade Soto 2020년 12월 10일
When i tried to install that complement i saw that there is a message and said that the complements is already install in my computer.

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

답변 (1개)

Star Strider
Star Strider 2020년 12월 9일

0 개 추천

Run these from a script or your Command Window:
restoredefaultpath
rehash toolboxcache
and try using tf again.
If it still is not working after that, Contact Support

댓글 수: 2

Victor Alfonso Andrade Soto
Victor Alfonso Andrade Soto 2020년 12월 10일
I doesn't work yet
Star Strider
Star Strider 2020년 12월 10일
Apparently you never managed to install the Control System Toolbox, although in your original Question, you said that you had installed it.
Contact Support at the link I provided. They will help you figure out how to get it installed and working correctly.

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

카테고리

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

제품

태그

댓글:

2020년 12월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by