Symbolic tool box - Equation in desired form

1 visualización (últimos 30 días)
Jochen Baier
Jochen Baier el 18 de Nov. de 2019
Comentada: Jochen Baier el 19 de Nov. de 2019
Hi,
How can I tell matlab to give me the result in desired form.
I'm using symbolic tool box.
For example, I got following transfer function from the symbolic tool box calculation
G=D*R*1/(C*L*R*s^2+L*s+R)
but I want matlab to represent the same function as follows
G=G_s*1/(1+s/(Qω_c )+(s/ω_c )^2 )
Where
G_s=D
ω_c=1/LC
Q=R*(C/L)
Also find the attached.
Thanks.
  6 comentarios
Walter Roberson
Walter Roberson el 19 de Nov. de 2019
Some of that looks like partial fraction analysis. The rest of it looks like using children() to extract sub-expressions.
Jochen Baier
Jochen Baier el 19 de Nov. de 2019
Thanks, I'll try this.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by