Reference to non-existent field 'text41'.
Mostrar comentarios más antiguos
hello, I am trying to set a value for a static text in my guide, but the program is not finding the field "text41", noting that the tag of my static text is true and my program does not include faults but this one. So please tell me how can I fix this and make my program sets a value for a static text. Thank You.
10 comentarios
Walter Roberson
el 27 de En. de 2014
Did you possibly rename a text field without going through GUIDE ?
per isakson
el 27 de En. de 2014
nour issa
el 27 de En. de 2014
per isakson
el 27 de En. de 2014
Is there an error message?
When in break mode, select the offending line, right-click and chose Evaluate Selected. Do you get the same error message?
nour issa
el 27 de En. de 2014
per isakson
el 27 de En. de 2014
handles.text41 is not a handle or handles.sol1 is not a string. The syntax look ok.
Walter Roberson
el 27 de En. de 2014
Is that the only occurrence of handles.text41 in the code?
nour issa
el 27 de En. de 2014
Walter Roberson
el 27 de En. de 2014
How does handles.text41 get created in your code? And is there any call to clf after it is created?
nour issa
el 27 de En. de 2014
Respuestas (0)
Categorías
Más información sobre Characters and Strings 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!