highest row degree coefficient matrix of a polynomial matrix T(s)

This function computes the highest row degree coefficient matrix of polynomial matrix T(s).
267 téléchargements
Mise à jour 28 mai 2014

Afficher la licence

Very useful in polynomial matrix theory which is directly connected with linear multivariable control systems
For example if we in put the matrix
[ s^2+3*s, s+1]
T= [ 5*s, s^4]
[ 5*s^6, s^2]
[ 3*s^3+6, s^3+5] we'll get
ans =
1 0
0 1
5 0
3 1

Citation pour cette source

Lazaros Moysis (2024). highest row degree coefficient matrix of a polynomial matrix T(s) (https://www.mathworks.com/matlabcentral/fileexchange/36430-highest-row-degree-coefficient-matrix-of-a-polynomial-matrix-t-s), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R14
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Polynomials dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.2.0.0

Fixed grammar mistakes

1.1.0.0

just changed the description

1.0.0.0