From: Yin Chin Choo on 25 Feb 2010 18:36 Hi, Is there a way to simplify the zeros and poles of a transfer function matrix, when the laplace s term is represented using symbolic math toolbox. Because of the numerical error, matlab does not simplify the transfer function matrix. Or is there a way that I'm unaware of? Many thanks
From: Oskar Vivero on 26 Feb 2010 18:03 "Yin Chin Choo" <chooyinchin(a)hotmail.com> wrote in message <hm71h6$cek$1(a)fred.mathworks.com>... > Hi, > Is there a way to simplify the zeros and poles of a transfer function matrix, when the laplace s term is represented using symbolic math toolbox. Because of the numerical error, matlab does not simplify the transfer function matrix. Or is there a way that I'm unaware of? > > Many thanks For a numeric transfer function use minreal(sys). For a symbolic transfer function use simple() or simplify(). I hope this helps Oskar
|
Pages: 1 Prev: how to put untrusted functions in a sandbox Next: working with logicals |