Can I add display on MATLAB app interface which can showcase error or any statements there itself ?

1 回表示 (過去 30 日間)
Hi,
Can I add display on MATLAB app interface which can showcase error or any statements there itself ?
instead of poping it up in diffeent error window ?
Regards,

回答 (1 件)

Walter Roberson
Walter Roberson 2021 年 9 月 16 日
Sure. As long as you have code that detects the error and updates the display.
However, if your question is about somehow "redirecting" any error that would normally lead to a pop-up window, such as errdlg(), then that would be more difficult, requiring that you wrote code to "shadow" all of the functions that produce pop-ups.
  2 件のコメント
Kaustubh hike
Kaustubh hike 2021 年 9 月 16 日
Thanks , but which Compnent should I use from AppDesginer 'Component Library' ?
Walter Roberson
Walter Roberson 2021 年 9 月 16 日
text box, possibly scrollable. Or perhaps a uitable.
Anything that can display text.
Note that there is nothing in MATLAB that will automatically intercept all pop-up and redirect to your display area. You will be needing to reprogram the places that ask for pop-up to instead display in the desired location.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

製品


リリース

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by