How to convert polynomial equation into row matrix by a command?
Mostra commenti meno recenti
We know that eq=- w^3 + 6*w^2 - 8*w + 1 can be write in matlab as A=[-1 6 -8 1] , But there should be a command that directly converts polynomial equation like that
A=equationToRowmatrix(eq)
1 Commento
dpb
il 14 Dic 2019
So write one and contribute to FEX???
How general does it need to be to suit your needs?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Polynomials in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!