How to identify a window created by system command
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
Hi, I called an external program by system command in my GUI and a window appears. Is there any way that I can identify this window so I can move it into my GUI window?
Thanks,
Feng
댓글 수: 0
답변 (1개)
Matt Fig
2012년 10월 4일
0 개 추천
What do you mean, "move it into my GUI window"? You cannot have a figure be a child of another figure, if that is what you are trying to do.
댓글 수: 5
Feng
2012년 10월 4일
Matt Fig
2012년 10월 4일
Still, you cannot simply put one figure "in" another figure. You will have to pull the data off the graph, import it into your GUI, the replot it. What other program made the plot?
Feng
2012년 10월 4일
Matt Fig
2012년 10월 4일
You might be able to emulate what you want by using an activex control in the GUI, though I have no real experience with this. On the other hand, a multi-line editbox could serve the purpose of a notepad.
Walter Roberson
2012년 10월 4일
You will not be able to move the MS Windows application window to be part of a MATLAB figure. However, you might perhaps be able to read off the contents of the window and display those contents within a MATLAB figure. I have no experience with that myself, but from time to time someone has posted code that seems to work that way.
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!