GUI throws error: Attempt to reference field of non-structure array.
1 次查看(过去 30 天)
显示 更早的评论
I have a simple GUI made from GUIDE. it throws me this error: Attempt to reference field of non-structure array.
I have a editbox and a button. When I click on the button, the system will get whatever input is in the editbox.
I have searched it in google, where the reason of throwing this exception is overwrote original handle structure . But I'm sure I never overwritten anything. Previously the code was working, but after a week I get back to the code, it starts to throw the exception.
0 个评论
回答(1 个)
Babak
2013-5-6
You are probably trying to use,
handles.something
where you have not previously defined it in the callback function or if it is your user variable, you haven't not defined in the opening function.
Posting your code will help us trap and obliterate the bug :D
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!