Filter löschen
Filter löschen

I have probleme in simulation could you help me

2 Ansichten (letzte 30 Tage)
nado adjr
nado adjr am 23 Jan. 2022
Beantwortet: Jesús Zambrano am 23 Jan. 2022
An error occurred while running the simulation and the simulation was terminated
Caused by:
The expression: (1/(9*10^(-6)+0.1*u(4)))*(u(2)*u(4)*u(3)*0.1+0.98*u(3)*cos(u(1)))
in 'HANANEE/Fcn2'
has a subscript that is out of range

Antworten (1)

Jesús Zambrano
Jesús Zambrano am 23 Jan. 2022
I see that the Fcn block highlighted in yellow (giving the error message) is part of a closed-loop, where in order to get a result it needs to have all those input values, but some of those inputs depend on the output of the block. Try to run the model step by step via Debug mode.
Another point: The Fcn block is not longer recommended. See more about it here:
If possible try to use a MATLAB function block instead.

Kategorien

Mehr zu Block Libraries 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