Embed Video Application Within MATLAB Application

1 visualización (últimos 30 días)
Luke Lawrence
Luke Lawrence el 13 de Nov. de 2020
Comentada: Luke Lawrence el 13 de Nov. de 2020
Hi, I have a MATLAB app that I would like to take a seperate window and embed it into a portion of the app. Ideally, I want to be able to have the window take up the space of a UIAxes (the window is a 3D environment playing a video). Is there any way to display this window within the application? Alternatively, does MATLAB have a way of resizing windows other than the MATLAB application itself?
The only solutions I've found use imshow() to display screenshots on loop, but this does not work for an actively changing window.

Respuestas (1)

Benjamin Kraus
Benjamin Kraus el 13 de Nov. de 2020
When you say "a separate window" do you mean:
  • a separate figure window (from MATLAB)
  • another MATLAB window of some sort (not a figure)
  • or a window from a separate application entirely?
If the separate window is a browser window, then you may be able to use the uihtml component to embed the webpage into your app.
If your "separate window" is another MATLAB figure window, then there are a variety of things you may be able to do, such as use copyobj to move the contents of the other figure into your app.
Otherwise, I'm not aware of any options to do what you are trying to do.
  1 comentario
Luke Lawrence
Luke Lawrence el 13 de Nov. de 2020
The window is a different application outside of MATLAB that is not a browser window. Thank you for the help regardless.

Iniciar sesión para comentar.

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by