What does the "Reference to non-existent field" error message mean?
Mostrar comentarios más antiguos
I am investigating why China has inflation, and we Indian students are trying to understand it. The China data we got, and inflation perform in China. So we can take precaution for our county in India too.
I am getting this error and I am not aware that why I am getting such an error. Can anyone guide me please ?


3 comentarios
madhan ravi
el 10 de Jul. de 2020
Can you share the screenshot of the contents of the mat file?
vimal kumar chawda
el 10 de Jul. de 2020
vimal kumar chawda
el 10 de Jul. de 2020
Respuesta aceptada
Más respuestas (1)
The error message says that there is no field "T11" in (struct-) variable "Input". Set a breakpoint on the respective line and check.
It looks like you edited the script "Func_Task_11" after the error message was thrown, as line 29 in your screenshot is empty. If you didn't edit inbetween, "Func_Task_11.m" might be shadowed by another script of the same name on the matlab-path.
Categorías
Más información sobre Workspace Variables and MAT Files en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

