Embed Video Application Within MATLAB Application

조회 수: 1 (최근 30일)
Luke Lawrence
Luke Lawrence 2020년 11월 13일
댓글: Luke Lawrence 2020년 11월 13일
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.

답변 (1개)

Benjamin Kraus
Benjamin Kraus 2020년 11월 13일
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
Luke Lawrence
Luke Lawrence 2020년 11월 13일
The window is a different application outside of MATLAB that is not a browser window. Thank you for the help regardless.

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

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by