Symbolic tool box - Equation in desired form

조회 수: 1 (최근 30일)
Jochen Baier
Jochen Baier 2019년 11월 18일
댓글: Jochen Baier 2019년 11월 19일
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
Walter Roberson
Walter Roberson 2019년 11월 19일
Some of that looks like partial fraction analysis. The rest of it looks like using children() to extract sub-expressions.
Jochen Baier
Jochen Baier 2019년 11월 19일
Thanks, I'll try this.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by