how can i perform unbalance load flow in simulink

조회 수: 6 (최근 30일)
batabere Constantin
batabere Constantin 2023년 6월 14일
답변: Harsh Saxena 2023년 6월 19일
I 'm using simulink to perform unbalance loadflow but I see this message:
"Error using ^ One argument must be a square matrix and the other must be a scalar. Use POWER (.^) for elementwise power."
How can I resolve this problem?

답변 (1개)

Harsh Saxena
Harsh Saxena 2023년 6월 19일
Hi,
Seems like you are trying to use the power operator. To use it like a^b, make sure that 'b' is a scalar as it will apply the power operation to each element of 'a'. If you want to apply the operation for every element in 'a' corresponding to every element in 'b', use a.^b.
For more information about the power operator refer to this documentation: https://www.mathworks.com/help/matlab/ref/power.html
Hope this helps!

카테고리

Help CenterFile Exchange에서 Simscape Electrical에 대해 자세히 알아보기

제품


릴리스

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by