*Novice - Simulink Linear Analysis Tool 'Reference to non-existent 'FullInputName' error - I cannot find anything on that to debug it...

1 Ansicht (letzte 30 Tage)
What does this mean and how can I fix it? I spent all morning searching for anything on it, zilch...

Akzeptierte Antwort

Gowtham Uma M Jaganathan
Gowtham Uma M Jaganathan am 28 Okt. 2016
This error generally means that the variable "FullInputName" is not in the scope of your function call(or function's workspace). Check your code for the scope where the variable is declared and verify if it is within the scope of the function call.
Refer the threads below for discussion on similar errors:
  1 Kommentar
Greg Whelan
Greg Whelan am 29 Okt. 2016
Correct, I thought about it more afterwards and that was generally what i thought. The error changed as I am working through optimizing the model.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

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