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

Respuestas (1)

Matt Fig
Matt Fig el 4 de Oct. de 2012

0 votos

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 comentarios

Feng
Feng el 4 de Oct. de 2012
I mean to integrate the external window as part of my GUI, like a graph.
Matt Fig
Matt Fig el 4 de Oct. de 2012
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
Feng el 4 de Oct. de 2012
something like 'system('notepad.exe &')' will open the notepad window. Can I put the notepad into the GUI, rather than leave it as separated window?
Matt Fig
Matt Fig el 4 de Oct. de 2012
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.
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.

La pregunta está cerrada.

Etiquetas

Preguntada:

el 4 de Oct. de 2012

Cerrada:

el 20 de Ag. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by