NGMV Control Toolbox Previous page   Next Page
trimc

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.

If A0 is a cell array of polynomials, the function performs the truncations on each element.

See also

order, trimz

Previous page   toepz   trimz  Next page