Index in position 1 exceeds array bounds

1 次查看(过去 30 天)
I dont know where's the error in my block diagram. It always say that may index in position 1 exceeds array bounds. I dont know how to solve this. Please help me. Thank you
  1 个评论
madhan ravi
madhan ravi 2023-11-25
Post the picture of the diagnostics error message along with the block it"S caused from.

请先登录,再进行评论。

回答(1 个)

Walter Roberson
Walter Roberson 2023-11-26
Your turbine "Wind speed (m/s)" signal is fed from the port labeled (1) . There are a couple of signal splits that could potentially be providing input.
(1)---+---> %LINE A
|
--------+ %LINE B
|
|________ %LINE C
The right of the one I have marked Line A is one-way into the Turbine Wind Speed (m/s) signal, so it cannot be a signal source.
If you follow the one I marked as Line B left it feeds into the Pitch Angle Controller1 as the input signal Wind Speed, and so cannot be a signal source either.
If you follow the bottom line I have marked as Line C then you ca nsee it proceeds over to the upper-right scope as an input there. Therefore that branch cannot be a signal source either.
That leaves just the port (1) as the signal source. And in turn that means you cannot run the model without having some other model providing data onto port (1).

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by