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

조회 수: 1 (최근 30일)
What does this mean and how can I fix it? I spent all morning searching for anything on it, zilch...

채택된 답변

Gowtham Uma M Jaganathan
Gowtham Uma M Jaganathan 2016년 10월 28일
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
Greg Whelan
Greg Whelan 2016년 10월 29일
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.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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