GUI features changing when I run my GUI
조회 수: 1 (최근 30일)
이전 댓글 표시
I've built a GUI in MATLAB, and all everything works great, except for the cosmetics. The layout has 5 standard input text boxes, all accept number values. After the numbers are put in by the user, I have a button to select an image file (labeled "Find File"), and a button (labeled "Compute") to calculate and plot the associated data points. However, two problems, which are illustrated in the attached image.
1) After I've entered values in all textboxes, I'll click the "Find file" button to search for the image file. At this point, the last of the textboxes disappears. (The callback does nothing with that specific textbox).
2) When I click the "Compute" button, it changes the label of the first button.
...is this just a bug in MATLAB's GUI making? Or has anyone else found this, and found a fix as well?
댓글 수: 1
Image Analyst
2015년 6월 1일
What version of MATLAB are you using? You did not attach your image. No, there is no reason that clicking a pushbutton should make all your edit text boxes disappear. That never happens to me.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 File Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!