필터 지우기
필터 지우기

How to make the gui to appear in front of the matlab window?

조회 수: 4 (최근 30일)
Manoj Kumar
Manoj Kumar 2014년 5월 5일
댓글: Image Analyst 2014년 5월 10일
Hi, This is my GUI, When I run it in the matlab, it will come in front of the matlab window. Then when i click on select image push button and pick an image from my directory, then the GUI is going back of the matlab window. How can I bring the GUI to appear in front of the matlab window automatically?
Thanks...

답변 (2개)

Image Analyst
Image Analyst 2014년 5월 6일
That shouldn't happen and I don't think it does for me. You didn't have a breakpoint at any time did you? Because that would cause the development environment to come to the front, on top of your GUI. Maybe you can attach your m-file and fig-file.
  댓글 수: 2
Manoj Kumar
Manoj Kumar 2014년 5월 9일
Hi I here by attach my files, can you please check it
Thanks...
Image Analyst
Image Analyst 2014년 5월 10일
I don't know. It behaves the same way for me. I'd call the Mathworks and ask them. Send your files and license info to support@mathworks.com.

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


Jan
Jan 2014년 5월 10일
Use the debugger to step through your code line by line to find out, which command causes the command window to move to the front. Is there a commandwindow command anywhere?

카테고리

Help CenterFile Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by