Filter löschen
Filter löschen

Index in position 1 exceeds array bounds

1 Ansicht (letzte 30 Tage)
Erwin
Erwin am 21 Nov. 2023
Beantwortet: Walter Roberson am 26 Nov. 2023
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 Kommentar
madhan ravi
madhan ravi am 25 Nov. 2023
Post the picture of the diagnostics error message along with the block it"S caused from.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Walter Roberson
Walter Roberson am 26 Nov. 2023
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).

Kategorien

Mehr zu Modeling finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by