GUI- "attempt to reference field of non-structure array"
이전 댓글 표시
When i try to save my project, there is an error:

i do not understand why appear it, any body can help me please? this is my interface

댓글 수: 5
Walter Roberson
2016년 2월 27일
Is there the possibility that you have an R2014b or later "guide" in your MATLAB path, but that you are executing MATLAB R2014a or earlier?
Gustavo Melgar Baldivieso
2016년 2월 27일
편집: Gustavo Melgar Baldivieso
2016년 2월 27일
Walter Roberson
2016년 2월 27일
This appears to be an internal problem with GUIDE. I would most expect this to occur if you were somehow using R2014a or earlier to execute R2014b or later GUIDE.
Gustavo Melgar Baldivieso
2016년 2월 27일
편집: Gustavo Melgar Baldivieso
2016년 2월 27일
Walter Roberson
2016년 2월 27일
I would recommend reporting it to Support if you have a software maintenance contract.
답변 (1개)
Image Analyst
2016년 2월 27일
0 개 추천
Make sure you don't have "clear" in any of your functions, which would blow away the handles structure. If not, attach your m-file and .fig file with the paper clip icon. Or else try to figure out why you think layout_ed should have fields called isDirty and getFrame.
Possibly it might also happen if you changed the current folder while you were in MATLAB and then went back to GUIDE. Try changing the current folder in MATLAB to wherever your fig file lives, then go back to GUIDE and try to save it again.
댓글 수: 3
Gustavo Melgar Baldivieso
2016년 2월 27일
Gustavo Melgar Baldivieso
2016년 2월 27일
편집: Gustavo Melgar Baldivieso
2016년 2월 27일
Image Analyst
2016년 2월 27일
OK, good. For future reference, when you type in something here into the box, there are icons above the edit box, like: B, I, Aa, bullet points,{}Code, a chain link, a green and brown frame icon (to insert an image), and a paper clip (to attach files).
카테고리
도움말 센터 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



