| NGMV Control Toolbox | ![]() |
Removes initial zeros from a continuous-time polynomial.
Syntax
Description
A = TRIMC(A0) truncates a continuous-time polynomial A0 in 's' out of its initial zeros, eg TRIMC([0 1 2 3 0 0]) returns [1 2 3 0 0].
[A,N] = TRIMC(A0) returns the number of deleted zeros.
A0 is a cell array of polynomials, the function performs the truncations on each element.
|
toepz | trimz | ![]() |