*Novice - Simulink Linear Analysis Tool 'Reference to non-existent 'FullInputName' error - I cannot find anything on that to debug it...
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Greg Whelan
el 18 de Oct. de 2016
Comentada: Greg Whelan
el 29 de Oct. de 2016
What does this mean and how can I fix it? I spent all morning searching for anything on it, zilch...
0 comentarios
Respuesta aceptada
Gowtham Uma M Jaganathan
el 28 de Oct. de 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:
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!