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.

回答(1 个)

Babak
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

类别

Help CenterFile Exchange 中查找有关 Environment and Settings 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by