Getting error while using pow block in simulink

15 ビュー (過去 30 日間)
NEELAM VERMA
NEELAM VERMA 2022 年 9 月 9 日
回答済み: Rushil 2025 年 2 月 20 日
Result of power is undefined in simulation run

回答 (1 件)

Rushil
Rushil 2025 年 2 月 20 日
Hello
Sharing the code which caused this error will allow the community to help you better. Having said that, in general, undefined result in the “pow” block may occur due to the following reasons:
  • Raising 0 to a negative power.
  • Raising a negative number to a non-integer power results in a complex number, which may not be supported.
  • Ensure that no division by zero occurs in any calculations leading to the power operation.
You may try to investigate the input signals to the block, to see where such operations are carried out. To read more about the "pow" block, you may follow the documentation link below:

カテゴリ

Help Center および File ExchangeElectrical Block Libraries についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by