error) ss2tf is not read
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Ji Hoon Kong
am 1 Mai 2020
Kommentiert: Ameer Hamza
am 3 Mai 2020

In this way, the ss2tf function is not read. Other computers can read the same code, but not mine. It has already been reinstalled for the third time and control system toolbox is also installed. What is the solution?
14 Kommentare
Akzeptierte Antwort
Ameer Hamza
am 3 Mai 2020
Ah!! You see. Posting the full error message made the problem clear. You have defined a function named 'poly'. MATLAB also has a function named poly. This confuses MATLAB. Change the name of your function to something else.
Type
which poly -all
it will give you a list of functions. One of those functions was created by you. Change its name to something else.
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Annotations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!