gui error: Struct contents reference from a non-struct array object
古いコメントを表示
I have a drop down list in my GUI. it consists of 5 axes, from which one main axes displays my selected image. I want to select the image from the drop list and it should be displayed in the first axes for further processing. At first when I was working on my GUI, this worked. But don't know how come this error appeared just when I run my GUI now.
the error is just on this very first statement of the callback:
axes(handles.axes1);
Error:
Struct contents reference from a non-struct array object.
I can't figure out my mistake. Help needed.
採用された回答
その他の回答 (1 件)
Ankit
2019 年 4 月 11 日
0 投票
This solution is working very perfect.
Thanks a lot
I appriciate your answer.
カテゴリ
ヘルプ センター および File Exchange で MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!