GUI closing automatically?

조회 수: 8 (최근 30일)
Niranjan
Niranjan 2011년 2월 22일
Hi I've got a problem again. I've got a face detection algorithm. When I try to implement in GUI. After selecting the first button, the corresponding operation takes place but this closes the GUI! Where should the problem probably be? Any guesses? And how can I avoid this??

채택된 답변

Jiro Doke
Jiro Doke 2011년 2월 22일
I would assume you have a close, closereq, or delete somewhere in your code. Put a breakpoint on the first line of your button callback, and step through one line at a time, and you should be able to discover the problem
  댓글 수: 6
Jan
Jan 2011년 2월 25일
Another strong hint that "clc;clear all; close all" is not useful but more likely causes trouble.
Arun Badigannavar
Arun Badigannavar 2013년 4월 4일
Very helpful

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Jan
Jan 2011년 2월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by