error) ss2tf is not read
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Ji Hoon Kong
il 1 Mag 2020
Commentato: Ameer Hamza
il 3 Mag 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 Commenti
Risposta accettata
Ameer Hamza
il 3 Mag 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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Annotations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!