uifigure output inline with live script

3 ビュー (過去 30 日間)
Brennan Fox
Brennan Fox 2024 年 9 月 20 日
回答済み: Jatin 2024 年 9 月 20 日
Is there a way to output a uifigure directly into a live script rather than having another window pop-up?

採用された回答

Jatin
Jatin 2024 年 9 月 20 日
In MATLAB, "uifigure" objects are intended to function as standalone windows and cannot be directly embedded into live scripts. This limitation is also noted under the unsupported functionalities of Graphics in App Designer. Functions like "save", "load", "saveas", and "print" cannot be used with "uifigure" objects.
If you want to save the content of your app window, you can use the "exportapp" function to export it as an image or PDF.
For more information, refer to the sections on 'Unsupported Functionality of Graphics in App Designer' and the "exportapp" function below.
Hope this addresses your query.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop uifigure-Based Apps についてさらに検索

製品


リリース

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by