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 Downloads
Updated Wed, 28 May 2014 00:22:09 +0000

View License

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

Cite As

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. Retrieved .

MATLAB Release Compatibility
Created with R14
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Polynomials in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.2.0.0

Fixed grammar mistakes

1.1.0.0

just changed the description

1.0.0.0