Query regarding induction motor equation

2 次查看(过去 30 天)
Hello,
I am doing a project on modelling of induction motor in simulink. I am stuck at one position. I can't find a way to solve an equation (I have given the link of the paper http://www.arpnjournals.com/jeas/research_papers/rp_2009/jeas_0809_230.pdf ) The equation to be solved is eq 6.... I have to obtain the four values of current viz ids, iqs, idr, iqr. Can anyone help me with this please...?? It's very urgent.
Thank you

回答(1 个)

Jarrod Rivituso
Jarrod Rivituso 2011-4-25
Hmm... I can think of two options
1. Use a Divide block, with the "Multiplication" setting to "Matrix". Then, pass the 4-by-4 matrix into a divide port of the Divide block and the V vector in to a multiplication port of the divide block.
2. Use an "MATLAB Function" block (formerly known as the Embedded MATLAB Function block, for pre R2011a users). You could have two inputs - V and the 4-by-4 matrix (A). Then, solve for i with
i = A \ V
To be honest I'm not sure which approach is more efficient numerically (generally, these systems are more accurately solved if you avoid taking the inverse of the matrix and instead solve the system of equations as a whole).
There's a brief description of the matrix behavior of the product block in the "Matrix mode" section here:
Hope this helps!

社区

更多回答在  Power Electronics Control

类别

Help CenterFile Exchange 中查找有关 Motor Drives 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by