Problem with a function tf
Ältere Kommentare anzeigen
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 Kommentare
Fangjun Jiang
am 9 Dez. 2020
run "sys = tf([1 2],[1 0 10])" and what is the error?
Victor Alfonso Andrade Soto
am 9 Dez. 2020
Fangjun Jiang
am 9 Dez. 2020
run "ver control" to verify you have the toolbox
Victor Alfonso Andrade Soto
am 10 Dez. 2020
Walter Roberson
am 10 Dez. 2020
You do not appear to have Control System Toolbox installed.
Victor Alfonso Andrade Soto
am 10 Dez. 2020
Antworten (1)
Star Strider
am 9 Dez. 2020
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 Kommentare
Victor Alfonso Andrade Soto
am 10 Dez. 2020
Star Strider
am 10 Dez. 2020
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.
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!