永发信息网

matlab 如何提取系数

答案:1  悬赏:30  手机版
解决时间 2021-02-27 03:24
  • 提问者网友:龅牙恐龙妹
  • 2021-02-26 05:20
matlab 如何提取系数
如表达式
I1是关于U2 I2的表达式,如何提取I1中含有U2的式子,I1中含有I2的式子
I1 =
- I2*((C1*w*i - (C3*U2*w*((U2 - I2*(R1 + L1*w*i))/U2 - 1)*i)/(U2 - I2*(R1 + L1*w*i)))*(R1 + L1*w*i) - 1) + U2*(C1*w*i - (C3*U2*w*((U2 - I2*(R1 + L1*w*i))/U2 - 1)*i)/(U2 - I2*(R1 + L1*w*i)));

最佳答案
  • 五星知识达人网友:低血压的长颈鹿
  • 2021-02-26 06:28

collect
Collect coefficients
Syntax
R = collect(S)
R = collect(S,v)
Description
For each polynomial in the array S of polynomials,collect(S) collects terms containing the variable v (or x,if v is not specified).The result is an array containing the collected polynomials.


我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯